.gitignore in scoped_from-0.9.0 vs .gitignore in scoped_from-1.0.0
- old
+ new
@@ -1,6 +1,6 @@
.DS_Store
-.bundle
-.ruby-version
-Gemfile.lock
-pkg/*
-spec/test.sqlite3
+/.bundle/
+/.ruby-version
+/Gemfile.lock
+/pkg/
+/spec/test.sqlite3
- old
+ new