Created
April 1, 2011 15:08
-
-
Save cpjobling/898296 to your computer and use it in GitHub Desktop.
A .gitignore for Rails development on Mac OSX (via Ruby on Rails Tutorial)
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
.bundle | |
db/*.sqlite3 | |
log/*.log | |
*.log | |
tmp/**/* | |
tmp/* | |
doc/api | |
doc/app | |
*.swp | |
*~ | |
.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment