Skip to content

Commit cad75ec

Browse files
committed
.gitignore: Ignore .ruby-version in any subdir
1 parent d1ce45c commit cad75ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Don't put *.swp, *.bak, etc here; those belong in a global ~/.gitignore.
22
# Check out https://help.github.com/articles/ignoring-files for how to set that up.
33

4-
debug.log
54
.Gemfile
6-
/.bundle
7-
/.ruby-version
5+
.ruby-version
6+
debug.log
87
pkg
8+
/.bundle
99
/dist
1010
/doc/rdoc
1111
/*/doc

0 commit comments

Comments
 (0)