Created
April 1, 2015 17:18
-
-
Save cr0t/ac8d5fcc2a51bdadaf7c to your computer and use it in GitHub Desktop.
.gitignore
This file contains hidden or 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
# 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