Skip to content

Instantly share code, notes, and snippets.

@guillaume-martin
Created October 1, 2014 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guillaume-martin/dd2f71fa24dd7b2831d5 to your computer and use it in GitHub Desktop.
Save guillaume-martin/dd2f71fa24dd7b2831d5 to your computer and use it in GitHub Desktop.
augmented .gitignore file
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
# Ignore other unneeded files.
database.yml
doc/
*.swp
*~
.project
.DS_Store
.idea
.secret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment