Skip to content

Instantly share code, notes, and snippets.

@edrabc
Last active December 26, 2015 10:49
Show Gist options
  • Save edrabc/7139291 to your computer and use it in GitHub Desktop.
Save edrabc/7139291 to your computer and use it in GitHub Desktop.
Well known common git ignore rules...
# Numerous temporary extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*.bck
*~
# OS or Editor folders
bin
target
classes
build
gen
out
node_modules
.idea
.cache
.project
.settings
.classpath
.springBeans
.DS_Store
Thumbs.db
.tmproj
*.esproj
.checkstyle
*.sass-cache
nbproject
nbactions.xml
cobertura.ser
_notes
dwsync.xml
*.komodoproject
.komodotools
local.properties
.hg
.svn
.CVS
intermediate
publish
tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment