Skip to content

Instantly share code, notes, and snippets.

@bkrajendra
Created July 4, 2019 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkrajendra/f687820dfc8ab78c53964af60319bda8 to your computer and use it in GitHub Desktop.
Save bkrajendra/f687820dfc8ab78c53964af60319bda8 to your computer and use it in GitHub Desktop.
Gitignore
# 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/
.ionic/
.sourcemaps/
.sass-cache/
.tmp/
.versions/
coverage/
www/
node_modules/
tmp/
temp/
platforms/
plugins/
plugins/android.json
plugins/ios.json
$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