Created
November 21, 2010 17:10
-
-
Save mckelvey/708912 to your computer and use it in GitHub Desktop.
This is my best case .gitignore file.
This file contains hidden or 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
# Services # | |
############ | |
*.sassc | |
.sass-cache | |
# Generic # | |
########### | |
/log/* | |
/tmp/* | |
/pids/* | |
# Rails # | |
######### | |
*.rbc | |
capybara-*.html | |
.rspec | |
/.bundle | |
/vendor/bundle | |
/public/system/* | |
/coverage/ | |
/spec/tmp/* | |
**.orig | |
rerun.txt | |
# Edits/Editors # | |
################# | |
._* | |
*~ | |
*BAK | |
.project | |
# OS generated files # | |
###################### | |
.DS_Store? | |
ehthumbs.db | |
Icon? | |
Thumbs.db | |
.AppleDouble | |
# Logs and databases # | |
###################### | |
*.log | |
*.sql | |
*.sqlite | |
*.rdb | |
# Other Code Management # | |
######################### | |
.svn | |
# Sphinx # | |
########## | |
*.sphinx.conf | |
/db/sphinx/* | |
# Cache # | |
######### | |
*.cache | |
# NPM # | |
####### | |
node_modules |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment