Skip to content

Instantly share code, notes, and snippets.

@justvitalius
Created August 17, 2013 22:51
Show Gist options
  • Save justvitalius/6259068 to your computer and use it in GitHub Desktop.
Save justvitalius/6259068 to your computer and use it in GitHub Desktop.
.gitignore file for Rails apps and RubyMine IDE
# Ignore bundler config
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
/public/assets
/.idea
/.idea *
/public/system/*
.rvmrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment