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