Skip to content

Instantly share code, notes, and snippets.

@EpocSquadron
Created June 15, 2012 14:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EpocSquadron/2936713 to your computer and use it in GitHub Desktop.
Save EpocSquadron/2936713 to your computer and use it in GitHub Desktop.
Better Gitignore for Web Projects (modified from h5bp)
# 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