Skip to content

Instantly share code, notes, and snippets.

@stratequip
Created August 26, 2011 17:24
Show Gist options
  • Select an option

  • Save stratequip/1173906 to your computer and use it in GitHub Desktop.

Select an option

Save stratequip/1173906 to your computer and use it in GitHub Desktop.
# bundler state
/.bundle
/vendor/bundle/
# minimal Rails specific artifacts
db/*.sqlite3
/log/*
tmp/*
# various artifacts
**.war
*.rbc
*.sassc
.rspec
.sass-cache
/config/config.yml
/config/database.yml
/coverage.data
/coverage/
/db/*.javadb/
/db/*.sqlite3-journal
/doc/api/
/doc/app/
/doc/features.html
/doc/specs.html
/public/cache
/public/stylesheets/compiled
/public/system
/spec/tmp/*
/cache
/capybara*
/capybara-*.html
/capybara*.html
/gems
/rerun.txt
#temporary file for spork reload
SporkReloadfile.rb
spec/SporkReloadfile.rb
features/support/SporkReloadfile.rb
# scm revert files
**.orig
# Mac finder artifacts
.DS_Store
# Netbeans project directory
/nbproject/
# Textmate project files
/*.tmpproj
# vim artifacts
**.swp
*.vim
/vim/*
/.vim/*
# Idea Workspace
/.idea/*
*.ipr
*.iml
*.iws
.idea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment