Skip to content

Instantly share code, notes, and snippets.

@bearroast
Forked from miles/.gitignore
Created July 24, 2011 09:48
Show Gist options
  • Save bearroast/1102454 to your computer and use it in GitHub Desktop.
Save bearroast/1102454 to your computer and use it in GitHub Desktop.
augmented .gitignore file from 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