-
-
Save EpocSquadron/2936713 to your computer and use it in GitHub Desktop.
Better Gitignore for Web Projects (modified from 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
# Numerous always-ignore extensions | |
*.bak | |
*.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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment