Skip to content

Instantly share code, notes, and snippets.

@sahidursuman
Forked from parasew/.gitignore
Created June 5, 2018 22:22
Show Gist options
  • Save sahidursuman/0c9ffd47132d3fe0230f20a82fb6cea3 to your computer and use it in GitHub Desktop.
Save sahidursuman/0c9ffd47132d3fe0230f20a82fb6cea3 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