Created
November 28, 2014 13:44
-
-
Save Qvatra/b227f2a01e7cddf6b04d to your computer and use it in GitHub Desktop.
Ionic development: .gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Specifies intentionally untracked files to ignore when using Git | |
# http://git-scm.com/docs/gitignore | |
node_modules/ | |
platforms/ | |
plugins/ | |
www/lib/ | |
www/typings/ | |
# Output folders | |
www/js/ | |
www/css/ | |
# User specific option files for Visual Studio solutions | |
Oleksandr-MyApp.v14.suo | |
Serge-MyApp.v14.suo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment