Skip to content

Commit ec1ce0c

Browse files
committed
Clean up gitignore noise
1 parent dd1312b commit ec1ce0c

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

.gitignore

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1+
.ruby-version
12
*.gem
2-
*.rbc
3-
.bundle
4-
.config
5-
.yardoc
6-
Gemfile.lock
7-
InstalledFiles
8-
_yardoc
9-
coverage
10-
doc/
11-
lib/bundler/man
12-
pkg
13-
rdoc
14-
spec/reports
15-
test/tmp
16-
test/version_tmp
17-
tmp
3+
/.bundle
4+
/Gemfile.lock
5+
/pkg
6+
/doc
7+
/tags
8+
/tmp

0 commit comments

Comments
 (0)