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.
1 parent 0ac2f7c commit efd3490Copy full SHA for efd3490
Ruby.gitignore
@@ -3,21 +3,21 @@
3
.config
4
coverage
5
InstalledFiles
6
-pkg
7
-rdoc
8
-spec/reports
9
-test/tmp
10
-test/version_tmp
11
-tmp
+/pkg/
+/spec/reports
+/test/tmp
+/test/version_tmp
+/tmp/
12
13
-# YARD artifacts
14
-.yardoc
15
-_yardoc
16
-doc/
+## Documentation cache and generated files:
+/.yardoc
+/_yardoc
+/doc/
+/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