Skip to content

Instantly share code, notes, and snippets.

@djabif
Last active January 12, 2023 13:04
Show Gist options
  • Save djabif/01cce3b6ab2b6b116c5767c36e67d231 to your computer and use it in GitHub Desktop.
Save djabif/01cce3b6ab2b6b116c5767c36e67d231 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/
dist/
build/
node_modules/
tmp/
temp/
platforms/
plugins/
plugins/android.json
plugins/ios.json
$RECYCLE.BIN/
.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate
.firebase
release/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment