Skip to content

Instantly share code, notes, and snippets.

@dahoba
Last active November 19, 2016 07:27
Show Gist options
  • Save dahoba/5cef55478d91607982775f109eab2a63 to your computer and use it in GitHub Desktop.
Save dahoba/5cef55478d91607982775f109eab2a63 to your computer and use it in GitHub Desktop.
Git ignore for Ionic framework (from generated project of Ionic2)
# 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