Created
April 1, 2013 17:28
-
-
Save blakeembrey/5286352 to your computer and use it in GitHub Desktop.
.gitignore
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
# Read about how to use .gitignore: http://h5bp.com/ae | |
# 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 | |
nbproject | |
*.sublime-project | |
*.sublime-workspace | |
# Dreamweaver added files | |
_notes | |
dwsync.xml | |
# Komodo | |
*.komodoproject | |
.komodotools | |
# Espresso | |
*.esproj | |
*.espressostorage | |
# Rubinius | |
*.rbc | |
# Folders to ignore | |
.hg | |
.svn | |
.CVS | |
.idea | |
# Project folders to ignore | |
node_modules |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment