Skip to content

Commit 1829feb

Browse files
committed
Fix .gitignore file to only consider files at the root
1 parent 31252bd commit 1829feb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Gemfile.lock
2-
rubyspec_temp
1+
/Gemfile.lock
2+
/rubyspec_temp
33
/ext
4-
.ruby-version
5-
.ruby-gemset
4+
/.ruby-version
5+
/.ruby-gemset

0 commit comments

Comments
 (0)