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 ee8d01f commit 54d1a77Copy full SHA for 54d1a77
.gitignore
@@ -1,6 +1,35 @@
1
-.bundle
2
-coverage
+# Build Artifacts
+/pkg/
3
+/tmp/
4
*.gem
5
-/.tool-versions
6
-/.idea/
+# Bundler
7
+/.bundle/
8
+/gemfiles/*.lock
9
+/gemfiles/.bundle/
10
+/gemfiles/.bundle/config
11
+/gemfiles/vendor/
12
+
13
+# Specs
14
+/coverage/
15
+/test/reports/
16
17
+# Documentation
18
+/.yardoc
19
+/_yardoc/
20
+/doc/
21
+/rdoc/
22
23
+# Editors
24
+.idea
25
+*~
26
27
+# Other
28
+/measurement/
29
+/.byebug_history
30
+.DS_Store
31
32
+# Version Managers
33
+.rvmrc
34
+.ruby-version
35
+.tool-versions
gemfiles/a7.gemfile.lock
0 commit comments