Skip to content

Instantly share code, notes, and snippets.

@spektraldevelopment
Last active August 29, 2015 14:01
Show Gist options
  • Save spektraldevelopment/4ae58efa99a149224615 to your computer and use it in GitHub Desktop.
Save spektraldevelopment/4ae58efa99a149224615 to your computer and use it in GitHub Desktop.
Git ignore file
# 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
*.codekit
# Dreamweaver added files
_notes
dwsync.xml
# Komodo
*.komodoproject
.komodotools
# Espresso
*.esproj
*.espressostorage
# Rubinius
*.rbc
# Folders to ignore
.hg
.svn
.CVS
.idea
#node
node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment