Skip to content

Instantly share code, notes, and snippets.

@JanDintel
Created July 18, 2013 14:19
Show Gist options
  • Save JanDintel/6029722 to your computer and use it in GitHub Desktop.
Save JanDintel/6029722 to your computer and use it in GitHub Desktop.
My default ROR on OS X gitignore
# Rails
*.rbc
*.sassc
.sass-cache
capybara-*.html
.rspec
.rvmrc
/.bundle
/vendor/bundle
/log/*
/tmp/*
/db/*.sqlite3
/public/system/*
/coverage/
/spec/tmp/*
**.orig
rerun.txt
pickle-email-*.html
.project
# OS X
.DS_Store
.AppleDouble
.LSOverride
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# SublimeText project files
*.sublime-workspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment