Skip to content

Instantly share code, notes, and snippets.

@stockime
stockime / .gitignore
Created September 25, 2014 11:29
.gitignore for Ruby on Rails projects
# bundler state
/.bundle
/vendor/bundle/
/vendor/ruby/
# minimal Rails specific artifacts
db/*.sqlite3
/db/*.sqlite3-journal
/log/*
/tmp/*
@stockime
stockime / .gitignore
Created September 25, 2014 11:28
Basic .gitignore for all repositories
# Compiled Python files
*.pyc
# Folder view configuration files
.DS_Store
Desktop.ini
# Thumbnail cache files
._*
Thumbs.db