We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1e656a + ca456f7 commit e105d8cCopy full SHA for e105d8c
Ruby.gitignore
@@ -1,23 +1,23 @@
1
*.gem
2
*.rbc
3
-.config
4
-coverage
5
-InstalledFiles
+/.config
+/coverage/
+/InstalledFiles
6
/pkg/
7
-/spec/reports
8
-/test/tmp
9
-/test/version_tmp
+/spec/reports/
+/test/tmp/
+/test/version_tmp/
10
/tmp/
11
12
## Documentation cache and generated files:
13
-/.yardoc
14
-/_yardoc
+/.yardoc/
+/_yardoc/
15
/doc/
16
-/rdoc
+/rdoc/
17
18
## Environment normalisation:
19
-/.bundle
20
-/lib/bundler/man
+/.bundle/
+/lib/bundler/man/
21
22
# for a library or gem, you might want to ignore these files since the code is
23
# intended to run in multiple environments; otherwise, check them in:
0 commit comments