Created
September 5, 2009 07:30
-
-
Save chriskottom/181331 to your computer and use it in GitHub Desktop.
.gitignore for Rails projects
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
*~ | |
\#*\# | |
*.cache | |
*.log | |
*.pid | |
.bundle | |
.sass-cache/ | |
config/database.yml | |
db/*.sqlite3 | |
doc/api | |
doc/app | |
doc/plugins | |
doc/*.dot | |
log/*.log | |
public/system | |
tmp/**/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment