Created
September 4, 2012 18:04
-
-
Save anabelle/3624267 to your computer and use it in GitHub Desktop.
The last .gitignore in h5bp
This file contains hidden or 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 | |
intermediate | |
publish | |
.idea | |
# build script local files | |
build/buildinfo.properties | |
build/config/buildinfo.properties | |
#server logs | |
error_log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment