Created
December 22, 2012 18:57
-
-
Save johnagan/4360490 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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