Last active
November 19, 2016 07:27
-
-
Save dahoba/5cef55478d91607982775f109eab2a63 to your computer and use it in GitHub Desktop.
Git ignore for Ionic framework (from generated project of Ionic2)
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 | |
*~ | |
*.sw[mnpcod] | |
*.log | |
*.tmp | |
*.tmp.* | |
log.txt | |
*.sublime-project | |
*.sublime-workspace | |
.vscode/ | |
npm-debug.log* | |
.idea/ | |
.sass-cache/ | |
.tmp/ | |
.versions/ | |
coverage/ | |
dist/ | |
node_modules/ | |
tmp/ | |
temp/ | |
hooks/ | |
platforms/ | |
plugins/ | |
plugins/android.json | |
plugins/ios.json | |
www/ | |
$RECYCLE.BIN/ | |
.DS_Store | |
Thumbs.db | |
UserInterfaceState.xcuserstate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment