Skip to content

Instantly share code, notes, and snippets.

@timhettler
Last active December 27, 2015 17:19
Show Gist options
  • Save timhettler/7361834 to your computer and use it in GitHub Desktop.
Save timhettler/7361834 to your computer and use it in GitHub Desktop.
My .gitignore file - covers pretty much everything
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache
# Package folders
node_modules
bower_components
# OS or Editor folders
.DS_Store
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
# Folders to ignore
.hg
.svn
.CVS
intermediate
publish
.idea
build
bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment