Skip to content

Commit 19be50d

Browse files
committed
Fix .gitignore entry for Gemfile.lock
The `Gemfile.lock` entry has a . in front which prevents it from being ignored.
1 parent 87cd467 commit 19be50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
/pkg/
77
/spec/reports/
88
/tmp/
9-
.Gemfile.lock
9+
Gemfile.lock

0 commit comments

Comments
 (0)