Skip to content

Instantly share code, notes, and snippets.

@joeytrapp
Created September 7, 2011 16:14
Show Gist options
  • Save joeytrapp/1201000 to your computer and use it in GitHub Desktop.
Save joeytrapp/1201000 to your computer and use it in GitHub Desktop.
Global ignore file
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache
# CakePHP
tmp/cache/models/*
tmp/cache/views/*
tmp/cache/persistent/*
tmp/logs/*
tmp/sessions/*
tmp/tests/*
# OS or Editor folders
.DS_Store
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment