File tree Expand file tree Collapse file tree 2 files changed +25
-5
lines changed
Expand file tree Collapse file tree 2 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 33.sass-cache
44capybara- * .html
55.rspec
6- .rvmrc
7- /.bundle
8- /vendor /bundle
96/log
107/tmp
118/db /* .sqlite3
@@ -16,3 +13,15 @@ capybara-*.html
1613rerun.txt
1714pickle-email- * .html
1815config /initializers /secret_token.rb
16+
17+ # # Environment normalisation:
18+ /.bundle
19+ /vendor /bundle
20+
21+ # these should be checked in to normalise the environment:
22+ # Gemfile.lock
23+ # .ruby-version
24+ # .ruby-gemset
25+
26+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
27+ .rvmrc
Original file line number Diff line number Diff line change 11* .gem
22* .rbc
3- .bundle
43.config
54coverage
65InstalledFiles
7- lib /bundler /man
86pkg
97rdoc
108spec /reports
1614.yardoc
1715_yardoc
1816doc /
17+
18+ # # Environment normalisation:
19+ .bundle
20+ lib /bundler /man
21+
22+ # for a library or gem, you might want to ignore these files since the code is
23+ # intended to run in multiple environments; otherwise, check them in:
24+ # Gemfile.lock
25+ # .ruby-version
26+ # .ruby-gemset
27+
28+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
29+ .rvmrc
You can’t perform that action at this time.
0 commit comments