Skip to content

Instantly share code, notes, and snippets.

@Johnny1776
Forked from djabif/.gitignore
Created January 12, 2023 13:04
Show Gist options
  • Select an option

  • Save Johnny1776/a9298cfc2127881e04f46d3eba87c0dd to your computer and use it in GitHub Desktop.

Select an option

Save Johnny1776/a9298cfc2127881e04f46d3eba87c0dd 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