Created
September 22, 2013 04:59
-
-
Save andrewleo/6656859 to your computer and use it in GitHub Desktop.
gitignore
This file contains 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 | |
# Igonre all .idea | |
/.idea/** | |
# Igonre schema, .DS_Store and Gemfile.lock | |
/db/schema.rb | |
/Gemfile.lock | |
/.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment