templates/rails_app/.gitignore in railman-0.1.2 vs templates/rails_app/.gitignore in railman-0.2.0

- old
+ new

@@ -1,7 +1,14 @@ .DS_Store -/.idea -/.bundle -/log/* +.idea +.bundle +log/* !/log/.keep -/tmp +tmp .env + +test/coverage +test/reports +test/screenshots + +.sass-cache +public/assets \ No newline at end of file