Created
January 5, 2015 16:46
-
-
Save jacoelho/52430ffc9c103a1c779c to your computer and use it in GitHub Desktop.
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
# Numerous always-ignore extensions | |
*.diff | |
*.err | |
*.orig | |
*.log | |
*.rej | |
*.swo | |
*.swp | |
*.vi | |
*~ | |
*.sass-cache | |
*.iml | |
# OS or Editor folders | |
.DS_Store | |
Thumbs.db | |
.cache | |
.project | |
.classpath | |
.settings | |
.tmproj | |
*.esproj | |
nbproject | |
*.sublime-project | |
*.sublime-workspace | |
*.ipr | |
*.iws | |
# Folders to ignore | |
.hg | |
.svn | |
.CVS | |
intermediate | |
publish | |
.idea | |
target | |
target-eclipse | |
.vagrant | |
*.vdi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment