Improved gitignore based on h5bp

This commit is contained in:
Anabelle Handdoek 2011-11-25 20:10:38 -05:00
parent 12116e6b32
commit 7a1571eae6
1 changed files with 39 additions and 1 deletions

40
.gitignore vendored
View File

@ -1 +1,39 @@
.DS_store
# 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
# Dreamweaver added files
_notes
dwsync.xml
# Komodo
*.komodoproject
.komodotools
# Folders to ignore
.hg
.svn
.CVS
intermediate
.idea
cache