templates/rails_app/.gitignore in railman-1.0.3 vs templates/rails_app/.gitignore in railman-1.0.4

- old
+ new

@@ -1,18 +1,24 @@ .DS_Store .idea .bundle log/* +tmp/* !/log/.keep -tmp +!/tmp/.keep .env coverage test/coverage test/reports test/screenshots .sass-cache public/assets +public/packs refile_uploads -brakeman-output.tabs +/node_modules +/yarn-error.log + +brakeman-output.tabs +.byebug_history \ No newline at end of file