Last active
January 12, 2023 13:04
-
-
Save djabif/01cce3b6ab2b6b116c5767c36e67d231 to your computer and use it in GitHub Desktop.
gitignore
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/ | |
.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