Skip to content

Instantly share code, notes, and snippets.

@kovalevsky
Created November 12, 2015 11:41
Show Gist options
  • Save kovalevsky/3e347b3386e7530ad98e to your computer and use it in GitHub Desktop.
Save kovalevsky/3e347b3386e7530ad98e to your computer and use it in GitHub Desktop.
Rails project gitignore sample
.DS_Store
.bundle
.vagrant
/vendor/bundle
/db/*.sqlite3
/db/sphinx
log/*.log
log/development.sphinx.pid
tmp/
.sass-cache/
*.tmproj
.idea
*.iml
*.ipr
*.sublime*
*.swp
*.swo
*.odt#*
/tags
/.tags
/.tags_sorted_by_file
/config/application.yml
/config/secrets.yml
/config/database.yml
/log/*
public/system
public/assets/
public/uploads
public/sitemaps
/non-public
.powenv
.powrc
.rvmrc
/coverage
.irb-history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment