.gitignore in eancom-1.6.3 vs .gitignore in eancom-2.0.0
- old
+ new
@@ -17,11 +17,11 @@
*_LOCAL_*.txt
*_REMOTE_*.txt
### macOS ###
# General
-*.DS_Store
+.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
@@ -47,11 +47,10 @@
### Rails ###
*.rbc
capybara-*.html
.rspec
-.rspec_status
/db/*.sqlite3
/db/*.sqlite3-journal
/public/system
/coverage/
/spec/tmp
@@ -161,11 +160,11 @@
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
### Ruby Patch ###
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
-.rubocop-https?--*
+# .rubocop-https?--*
### Vim ###
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
@@ -188,6 +187,10 @@
[._]*.un~
# Coc configuration directory
.vim
-# End of https://www.gitignore.io/api/git,vim,ruby,rails,macos
+# Ignore Gemfile.lock
+Gemfile.lock
+
+# Rspec
+.rspec_status