File tree Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Original file line number Diff line number Diff line change 1
1
# Build Artifacts
2
2
/pkg /
3
3
/tmp /
4
-
5
- # rspec failure tracking
6
- .rspec_status
4
+ * .gem
7
5
8
6
# Bundler
9
7
/.bundle /
14
12
Appraisal. * .gemfile.lock
15
13
16
14
# Specs
15
+ .rspec_status
17
16
/coverage /
18
17
/spec /reports /
19
18
20
19
# Documentation
21
- /.yardoc
20
+ /.yardoc /
22
21
/_yardoc /
23
22
/rdoc /
23
+ /doc /
24
24
25
- # RVM
25
+ # Ruby Version Managers (RVM, rbenv, etc)
26
+ # Ignored because we currently use .tool-versions
26
27
.rvmrc
28
+ .ruby-version
29
+ .ruby-gemset
27
30
28
- # Editors
29
- .idea
30
- * ~
31
-
32
- # Other
31
+ # Benchmarking
33
32
/measurement /
34
- /.byebug_history
35
- .DS_Store
36
33
37
- # Version Managers
38
- .ruby-version
39
- .tool-versions
34
+ # Debugger detritus
35
+ .byebug_history
40
36
41
- # Local config
37
+ # direnv - brew install direnv
42
38
.env.local
39
+
40
+ # OS Detritus
41
+ .DS_Store
42
+
43
+ # Editors
44
+ * ~
You can’t perform that action at this time.
0 commit comments