.gitignore in harvesting-0.2.0 vs .gitignore in harvesting-0.3.0

- old
+ new

@@ -5,10 +5,13 @@ /doc/ /pkg/ /spec/reports/ /tmp/ +# environment variables +.env + # rspec failure tracking .rspec_status # byebug .byebug_history @@ -16,5 +19,8 @@ # rspec .rspec # ruby versions .ruby-version + +.idea/ +harvesting.iml