Skip to content

Commit 926c7ec

Browse files
committed
root all the gitignore patterns to avoid unintentional matches
1 parent a9f269f commit 926c7ec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
pkg/
2-
Gemfile.lock
3-
vendor/
4-
spec/fixtures/
5-
.vagrant/
6-
.bundle/
7-
coverage/
8-
.idea/
1+
/pkg/
2+
/Gemfile.lock
3+
/vendor/
4+
/spec/fixtures/
5+
/.vagrant/
6+
/.bundle/
7+
/coverage/
8+
/.idea/
99
*.iml

0 commit comments

Comments
 (0)