Skip to content

Instantly share code, notes, and snippets.

@etng
Created February 22, 2013 02:36
Show Gist options
  • Save etng/5010306 to your computer and use it in GitHub Desktop.
Save etng/5010306 to your computer and use it in GitHub Desktop.
.gitignore file template
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.zip
*.vi
*~
*.sass-cache
# OS or Editor folders
.DS_Store
._*
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
# Komodo
*.komodoproject
.komodotools
# Folders to ignore
.hg
.svn
.CVS
.idea
# Project Related ignore rules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment