Skip to content

Instantly share code, notes, and snippets.

@lanesgists
Created August 14, 2012 21:22
Show Gist options
  • Save lanesgists/3353135 to your computer and use it in GitHub Desktop.
Save lanesgists/3353135 to your computer and use it in GitHub Desktop.
git: .gitignore boilerplate
#.gitignore
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache
# OS or Editor folders
.DS_Store
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
sftp-config.json
# Dreamweaver added files
_notes
dwsync.xml
# Komodo
*.komodoproject
.komodotools
# Folders to ignore
.hg
.svn
.CVS
intermediate
publish
.idea
# build script local files
build/buildinfo.properties
build/config/buildinfo.properties
/inc/.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment