Skip to content

Instantly share code, notes, and snippets.

@IamNaN
Last active May 12, 2019 21:17
Show Gist options
  • Save IamNaN/a342d3e81595b008e3d107477aaac350 to your computer and use it in GitHub Desktop.
Save IamNaN/a342d3e81595b008e3d107477aaac350 to your computer and use it in GitHub Desktop.
global .gitignore
# place in ~/.gitignore
# configure with `git config --global core.excludesfile ~/.gitignore`
!/log/.keep
!/storage/.keep
!/tmp/.keep
.byebug_history
.env
.envrc
.rspec
.rvmrc
.yarn-integrity
*.orig
*.rbc
/.bundle
/coverage/
/db/*.sqlite3
/db/*.sqlite3-journal
/log/*
/public/assets
/public/packs
/public/packs-test
/public/system
/spec/tmp
/storage/*
/tmp/*
/vendor/bundle
/yarn-error.log
capybara-*.html
config/initializers/secret_token.rb
config/master.key
node_modules/
rerun.txt
yarn-debug.log*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment