Skip to content

Instantly share code, notes, and snippets.

@kusakusakusa
Last active August 29, 2015 14:06
Show Gist options
  • Save kusakusakusa/2ae9b3c55487e364de0d to your computer and use it in GitHub Desktop.
Save kusakusakusa/2ae9b3c55487e364de0d to your computer and use it in GitHub Desktop.
rails new app essential setup
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
# For RubyMiners
.idea
# Ignore other unneeded files.
database.yml
doc/
*.swp
*~
.project
.DS_Store
.secret
.env
dump.rdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment