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 c05b4e8 commit fdb3713Copy full SHA for fdb3713
.gitignore
@@ -1,11 +1,43 @@
1
-/.bundle/
2
-/.yardoc
3
-/_yardoc/
4
-/coverage/
5
-/doc/
+# Build Artifacts
6
/pkg/
7
-/spec/reports/
8
/tmp/
9
10
# rspec failure tracking
11
.rspec_status
+
+# Bundler
+/.bundle/
+/gemfiles/*.lock
+/gemfiles/.bundle/
12
+/gemfiles/.bundle/config
13
+/gemfiles/vendor/
14
+Appraisal.*.gemfile.lock
15
16
+# Specs
17
+/coverage/
18
+/spec/reports/
19
20
+# Documentation
21
+/.yardoc
22
+/_yardoc/
23
+/doc/
24
+/rdoc/
25
26
+# RVM
27
+.rvmrc
28
29
+# Editors
30
+.idea
31
+*~
32
33
+# Other
34
+/measurement/
35
+/.byebug_history
36
+.DS_Store
37
38
+# Version Managers
39
+.ruby-version
40
+.tool-versions
41
42
+# Local config
43
+.env.local
0 commit comments