Skip to content

Instantly share code, notes, and snippets.

@chriskottom
Created September 5, 2009 07:30
Show Gist options
  • Save chriskottom/181331 to your computer and use it in GitHub Desktop.
Save chriskottom/181331 to your computer and use it in GitHub Desktop.
.gitignore for Rails projects
*~
\#*\#
*.cache
*.log
*.pid
.bundle
.sass-cache/
config/database.yml
db/*.sqlite3
doc/api
doc/app
doc/plugins
doc/*.dot
log/*.log
public/system
tmp/**/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment