Skip to content

Instantly share code, notes, and snippets.

@parasew
Created January 25, 2010 12:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save parasew/285836 to your computer and use it in GitHub Desktop.
Save parasew/285836 to your computer and use it in GitHub Desktop.
.gitignore file about what to ignore in a new rails app
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