Skip to content

Instantly share code, notes, and snippets.

@jdtornow
Last active July 24, 2020 10:52
Show Gist options
  • Save jdtornow/4606303 to your computer and use it in GitHub Desktop.
Save jdtornow/4606303 to your computer and use it in GitHub Desktop.
A global git ignore file.
# OS Cruft
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Bundler
.bundle
vendor/bundle
vendor/bin
components/**/vendor/bundle
# App-Specific
.env
.powenv
.rbenv-version
bin/
db/*.sqlite3
log/*.log
public/assets
tmp/**/*
tags
db/sphinx
config/development.sphinx.conf
codekit-config.json
# JS
node_modules/
npm-debug.log
package-lock.json
yarn-error.log
# Rails
config/initializers/secret_token.rb
config/master.key
coverage/
.vscode/**/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment