.gitignore in harvesting-0.3.0 vs .gitignore in harvesting-0.4.0
- old
+ new
@@ -7,11 +7,14 @@
/spec/reports/
/tmp/
# environment variables
.env
+.env.*
+!.env.sample
+
# rspec failure tracking
.rspec_status
# byebug
.byebug_history
@@ -22,5 +25,7 @@
# ruby versions
.ruby-version
.idea/
harvesting.iml
+
+.DS_Store