Skip to content

Instantly share code, notes, and snippets.

@cr0t
Created April 1, 2015 17:18
Show Gist options
  • Save cr0t/ac8d5fcc2a51bdadaf7c to your computer and use it in GitHub Desktop.
Save cr0t/ac8d5fcc2a51bdadaf7c to your computer and use it in GitHub Desktop.
.gitignore
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
.DS_Store
# Ignore bundler config.
/.bundle
/vendor/bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
config/database.yml
config/secrets.yml
config/oauth.yml
config/action_mailer.yml
config/gmail_oauth2.json
config/google_places.yml
config/mailchimp.yml
config/errbit.yml
config/private_pub.yml
.powenv
.powrc
.ruby-version
.ruby-gemset
.rbenv-version
.rvmrc
.vagrant
.project
.idea
# https://github.com/github/gitignore/blob/master/Rails.gitignore
*.rbc
*.sassc
.sass-cache
capybara-*.html
.rspec
/public/system/*
/public/uploads/*
/coverage/
/spec/tmp/*
**.orig
rerun.txt
pickle-email-*.html
rspec_output.html
/public/javascripts/translations.js
/public/sitemap*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment