lib/r5/recipes/gitignore.rb in r5-0.1.9 vs lib/r5/recipes/gitignore.rb in r5-0.2.0
- old
+ new
@@ -2,7 +2,9 @@
<<EOF
/config/database.yml
/log/*.log
/tmp
/db/schema.rb
+.ruby-version
+Gemfile.lock
EOF
end
\ No newline at end of file
- old
+ new