Created
September 30, 2012 06:06
-
-
Save gaspanik/26005fbea81530b89dbe to your computer and use it in GitHub Desktop.
Git: ignore
This file contains 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 | |
*.zip | |
*.vi | |
*.seed | |
*.csv | |
*.dat | |
*.out | |
*.pid | |
*.gz | |
# OS or Editor folders | |
.DS_Store | |
._* | |
Thumbs.db | |
.cache | |
.project | |
.settings | |
.tmproj | |
.esproj | |
nbproject | |
.sublime-project | |
.sublime-workspace | |
# Folders to ignore | |
.hg | |
.svn | |
.CVS | |
.idea | |
.ssh | |
.grunt | |
*.sass-cache | |
.elasticbeanstalk | |
node_modules | |
lib-cov | |
lcov.info | |
pids | |
logs | |
results | |
build | |
bower | |
bower_component |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment