Skip to content

Instantly share code, notes, and snippets.

@mariusbutuc
Created February 4, 2011 21:46
Show Gist options
  • Save mariusbutuc/811841 to your computer and use it in GitHub Desktop.
Save mariusbutuc/811841 to your computer and use it in GitHub Desktop.
Augmented .gitignore based on the file from the Rails Tutorial
.bundle
.idea/*
config/database.yml
db/*.sqlite3*
log/*.log
*.log
tmp/**/*
tmp/*
doc/api
doc/app
*.swp
*~
.DS_Store
.project
.sass-cache/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment