.gitignore in hyper-react-0.99.6 vs .gitignore in hyper-react-1.0.0.lap21

- old
+ new

@@ -1,50 +1,43 @@ -*.rbc -capybara-*.html -.rspec -/log -/tmp -/db/*.sqlite3 -/db/*.sqlite3-journal -/public/system -/coverage/ -/spec/tmp -**.orig -rerun.txt -pickle-email-*.html +# Logs +logs +*.log -# TODO Comment out these rules if you are OK with secrets being uploaded to the repo -config/initializers/secret_token.rb -config/secrets.yml +# Runtime data +pids +*.pid +*.seed -# dotenv -# TODO Comment out this rule if environment variables can be committed -.env +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov -## Environment normalization: -/.bundle -/vendor/bundle +# Coverage directory used by tools like istanbul +coverage -# these should all be checked in to normalize the environment: -# Gemfile.lock, .ruby-version, .ruby-gemset +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt -# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: -.rvmrc +# node-waf configuration +.lock-wscript -# if using bower-rails ignore default bower_components path bower.json files -/vendor/assets/bower_components -*.bowerrc -bower.json +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release -# Ignore pow environment settings -.powenv +# Dependency directory +# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- +node_modules -# Ignore Byebug command history file. -.byebug_history +# Ignore bundler config. +.bundle -# ignore gems -*.gem +spec/test_app/tmp Gemfile.lock -# ignore Idea +/gemfiles/*.lock +/tmp + +# ignore gem +*.gem + +# ignore IDE files .idea .vscode