Skip to content

Commit 2a55092

Browse files
committed
Update .gitignore.
1 parent 9b2f1cd commit 2a55092

File tree

1 file changed

+11
-20
lines changed

1 file changed

+11
-20
lines changed

.gitignore

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
1-
*.gem
2-
*.rbc
3-
.bundle
4-
.config
5-
.yardoc
6-
/gems.locked
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
18-
.tags*
19-
documentation/run/*
20-
documentation/public/code/*
1+
/.bundle/
2+
/.yardoc
3+
/_yardoc/
4+
/coverage/
5+
/doc/
6+
/pkg/
7+
/spec/reports/
8+
/tmp/
9+
10+
# rspec failure tracking
2111
.rspec_status
12+
gems.locked

0 commit comments

Comments
 (0)