Skip to content

Instantly share code, notes, and snippets.

@fumihumi
Created October 2, 2017 15:25
Show Gist options
  • Save fumihumi/8ac3f25ea7186efb76114e8d300bb2aa to your computer and use it in GitHub Desktop.
Save fumihumi/8ac3f25ea7186efb76114e8d300bb2aa to your computer and use it in GitHub Desktop.
# 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'
# Ignore bundler config.
/.bundle
vendor/bundle
.rspec
# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
config/initializers/secret_token.rb
# Only include if you have production secrets in this file, which is no longer a Rails default
config/secrets.yml
.secret
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
/node_modules
/yarn-error.log
.byebug_history
.yardoc/
*.swp
*~
.DS_Store
.idea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment