Skip to content

Instantly share code, notes, and snippets.

@samny
Created August 30, 2012 14:29
Show Gist options
  • Save samny/3529635 to your computer and use it in GitHub Desktop.
Save samny/3529635 to your computer and use it in GitHub Desktop.
My default gitignore (forked from old h5bp)
# 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
.idea
# Compressed folders
*.zip
# Photoshop files
*.psd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment