We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3454cb commit 8bc0c6bCopy full SHA for 8bc0c6b
.gitignore
@@ -1,19 +1,22 @@
1
-.*.sw?
2
-pkg
3
-spec/fixtures
4
-!spec/fixtures/hiera.yaml
5
-!spec/fixtures/hieradata/*.yaml
6
-!spec/fixtures/manifests/site.pp
7
-.rspec_system
8
-.vagrant
9
-.bundle
10
-vendor
11
-.idea
12
-bin
13
-Gemfile.lock
14
-coverage
15
-Modulefile
16
-log
17
-junuit
18
-doc
+.*.sw[op]
+.metadata
19
.yardoc
+.yardwarns
+*.iml
+/.bundle/
+/.idea/
+/.vagrant/
+/coverage/
+/bin/
+/doc/
+/Gemfile.local
+/Gemfile.lock
+/junit/
+/log/
+/pkg/
+/spec/fixtures/manifests/
+/spec/fixtures/modules/
+/tmp/
20
+/vendor/
21
+/convert_report.txt
22
+.DS_Store
0 commit comments