Skip to content

Instantly share code, notes, and snippets.

@benvds
Created August 3, 2009 10:52
Show Gist options
  • Save benvds/160488 to your computer and use it in GitHub Desktop.
Save benvds/160488 to your computer and use it in GitHub Desktop.
# .gitignore for rails projects
config/database.yml
*~
*.cache
*.log
*.pid
tmp/**/*
.DS\_Store
db/cstore/**
db/schema.rb
doc/api
doc/app
doc/plugins
coverage/*
db/*.sqlite3
*.tmproj
Capfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment