Created
August 17, 2013 22:51
-
-
Save justvitalius/6259068 to your computer and use it in GitHub Desktop.
.gitignore file for Rails apps and RubyMine IDE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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