Skip to content

Instantly share code, notes, and snippets.

@andrewleo
Created September 22, 2013 04:59
Show Gist options
  • Save andrewleo/6656859 to your computer and use it in GitHub Desktop.
Save andrewleo/6656859 to your computer and use it in GitHub Desktop.
gitignore
# Ignore bundler config
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
# Igonre all .idea
/.idea/**
# Igonre schema, .DS_Store and Gemfile.lock
/db/schema.rb
/Gemfile.lock
/.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment