Skip to content

Instantly share code, notes, and snippets.

@johnagan
Created December 22, 2012 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnagan/4360490 to your computer and use it in GitHub Desktop.
Save johnagan/4360490 to your computer and use it in GitHub Desktop.
# Usage
# git config --global core.excludesfile ~/.global_ignore
# General ------------------------------
*.psd
# OSX ----------------------------------
.DS_Store
Icon?
.pid
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# VIM ----------------------------------
.*.sw[a-z]
*.un~
Session.vim
# TextMate -----------------------------
*.tmproj
*.tmproject
tmtags
# Ruby ---------------------------------
*.gem
*.rbc
.bundle
.config
coverage
InstalledFiles
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
# YARD artifacts
.yardoc
_yardoc
doc/
# Rails -----------------------------
*.rbc
*.sassc
.sass-cache
capybara-*.html
.rspec
/.bundle
/vendor/bundle
/log/*
/tmp/*
/db/*.sqlite3
/coverage/
/spec/tmp/*
**.orig
rerun.txt
pickle-email-*.html
# NodeJS ----------------------------
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
pids
logs
results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment