Skip to content

Instantly share code, notes, and snippets.

@cpjobling
Created April 1, 2011 15:08
Show Gist options
  • Save cpjobling/898296 to your computer and use it in GitHub Desktop.
Save cpjobling/898296 to your computer and use it in GitHub Desktop.
A .gitignore for Rails development on Mac OSX (via Ruby on Rails Tutorial)
.bundle
db/*.sqlite3
log/*.log
*.log
tmp/**/*
tmp/*
doc/api
doc/app
*.swp
*~
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment