-
-
Save mojowill/3619544 to your computer and use it in GitHub Desktop.
Global ignore file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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