Last active
September 13, 2015 16:30
-
-
Save ocidique/1d43faa7e652053f1dc3 to your computer and use it in GitHub Desktop.
.gitignore foundation
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
| # Editors and runners | |
| .idea/ | |
| bin/ | |
| tmp/ | |
| node_modules/ | |
| bower_components/ | |
| .settings/ | |
| .sass-cache/ | |
| resources/ | |
| local.properties | |
| .project | |
| .metadata | |
| .gradle | |
| .loadpath | |
| .build-path | |
| *~ | |
| *.tmp | |
| *.bak | |
| *.swp | |
| *~.nib | |
| *.iml | |
| # Compiled sources | |
| target/ | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| *.pyo | |
| *.pyc | |
| # Packages | |
| *.7z | |
| *.dmg | |
| *.gz | |
| *.iso | |
| *.jar | |
| *.rar | |
| *.tar | |
| *.zip | |
| # Logs | |
| *.log | |
| # Databases, might be need versioning | |
| *.sql | |
| *.sqlite | |
| # Operating System generated files | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment