Created
August 31, 2014 13:42
-
-
Save emag/f0f5385e67a9d50627f8 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
| # For Project | |
| # Numerous always-ignore extensions | |
| *.diff | |
| *.err | |
| *.orig | |
| *.log | |
| *.rej | |
| *.swo | |
| *.swp | |
| *.vi | |
| *~ | |
| *.sass-cache | |
| # OS or Editor folders | |
| *.iml | |
| .idea | |
| .DS_Store | |
| .cache | |
| .project | |
| .settings | |
| .classpath | |
| .tmproj | |
| nbproject | |
| Thumbs.db | |
| # Maven output folder | |
| target | |
| # Gradle | |
| .gradle | |
| build | |
| gradle-app.setting | |
| out | |
| # sbt | |
| project/project | |
| project/target | |
| # Play! | |
| logs | |
| # JS | |
| node_modules | |
| bower_components | |
| # JRebel | |
| rebel.xml | |
| # Vagrant | |
| .vagrant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment