Commit 91db90228852474362b4c25236c9d00a1ac5338b

Authored by Krzysiek Szczuka
0 parents
Exists in master

Initial commit

Showing 1 changed file with 31 additions and 0 deletions   Show diff stats
.gitignore 0 → 100644
  1 +++ a/.gitignore
... ... @@ -0,0 +1,31 @@
  1 +*.rbc
  2 +capybara-*.html
  3 +.rspec
  4 +/log
  5 +/tmp
  6 +/db/*.sqlite3
  7 +/public/system
  8 +/coverage/
  9 +/spec/tmp
  10 +**.orig
  11 +rerun.txt
  12 +pickle-email-*.html
  13 +
  14 +# TODO Comment out these rules if you are OK with secrets being uploaded to the repo
  15 +config/initializers/secret_token.rb
  16 +config/secrets.yml
  17 +
  18 +## Environment normalisation:
  19 +/.bundle
  20 +/vendor/bundle
  21 +
  22 +# these should all be checked in to normalise the environment:
  23 +# Gemfile.lock, .ruby-version, .ruby-gemset
  24 +
  25 +# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  26 +.rvmrc
  27 +
  28 +# if using bower-rails ignore default bower_components path bower.json files
  29 +/vendor/assets/bower_components
  30 +*.bowerrc
  31 +bower.json
... ...