Skip to content

Instantly share code, notes, and snippets.

@gaspanik
Created September 30, 2012 06:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaspanik/26005fbea81530b89dbe to your computer and use it in GitHub Desktop.
Save gaspanik/26005fbea81530b89dbe to your computer and use it in GitHub Desktop.
Git: ignore
# 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