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 730e657 commit 55ad77bCopy full SHA for 55ad77b
.gitignore
@@ -1,9 +1,49 @@
1
-README.pdf
2
-README.html
3
-shared_test_repo/
4
-test/integration
5
-.kitchen
+*.rbc
+.config
6
coverage
+InstalledFiles
+lib/bundler/man
+pkg
7
+rdoc
8
+spec/reports
9
+test/tmp
10
+test/version_tmp
11
+tmp
12
+_Store
13
+*~
14
+*#
15
+.#*
16
+\#*#
17
+.*.sw[a-z]
18
+*.un~
19
+*.tmp
20
+*.bk
21
+*.bkup
22
23
+# ruby/bundler files
24
+.ruby-version
25
+.ruby-gemset
26
+.rvmrc
27
Gemfile.lock
28
+.bundle
29
+*.gem
30
+
31
+# YARD artifacts
32
+.yardoc
33
+_yardoc
34
+doc/
35
+.idea
36
37
+# chef stuff
38
Berksfile.lock
39
+.kitchen
40
+.kitchen.local.yml
41
+vendor/
42
+.coverage/
43
+.zero-knife.rb
44
+Policyfile.lock.json
45
46
+# vagrant stuff
47
+.vagrant/
48
+.vagrant.d/
49
+.kitchen/
0 commit comments