Created
January 25, 2010 12:46
-
-
Save parasew/285836 to your computer and use it in GitHub Desktop.
.gitignore file about what to ignore in a new rails app
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
Capfile | |
config/deploy.rb | |
config/database.yml | |
log/*.log | |
**/*.spec.log | |
db/*.sqlite3 | |
db/schema.rb | |
tmp/cache/* | |
tmp/pids/* | |
tmp/sessions/* | |
tmp/sockets/* | |
public/assets/* | |
public/cache/* | |
public/images/themes/* | |
public/javascripts/cache/* | |
public/stylesheets/cache/* | |
public/themes | |
public/files/* | |
*.swp | |
.DS_Store | |
*.so | |
*.dylib | |
*.o | |
*.bundle | |
Makefile | |
*.out | |
mkmf.log | |
coverage.data | |
conftest.dSYM | |
vendor/gems/gems | |
vendor/gems/specifications | |
vendor/gems/doc | |
vendor/gems/environment.rb | |
.bundle | |
public/stylesheets/.sass-cache/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment