-
-
Save JohnnyD1776/0ebca2b901e46ae36e8fe638ea79b665 to your computer and use it in GitHub Desktop.
gitignore
This file contains hidden or 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