Skip to content

Commit 46e4270

Browse files
committed
🙈 Organize .gitignore
1 parent ec21313 commit 46e4270

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

.gitignore

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Build Artifacts
22
/pkg/
33
/tmp/
4-
5-
# rspec failure tracking
6-
.rspec_status
4+
*.gem
75

86
# Bundler
97
/.bundle/
@@ -14,29 +12,33 @@
1412
Appraisal.*.gemfile.lock
1513

1614
# Specs
15+
.rspec_status
1716
/coverage/
1817
/spec/reports/
1918

2019
# Documentation
21-
/.yardoc
20+
/.yardoc/
2221
/_yardoc/
2322
/rdoc/
23+
/doc/
2424

25-
# RVM
25+
# Ruby Version Managers (RVM, rbenv, etc)
26+
# Ignored because we currently use .tool-versions
2627
.rvmrc
28+
.ruby-version
29+
.ruby-gemset
2730

28-
# Editors
29-
.idea
30-
*~
31-
32-
# Other
31+
# Benchmarking
3332
/measurement/
34-
/.byebug_history
35-
.DS_Store
3633

37-
# Version Managers
38-
.ruby-version
39-
.tool-versions
34+
# Debugger detritus
35+
.byebug_history
4036

41-
# Local config
37+
# direnv - brew install direnv
4238
.env.local
39+
40+
# OS Detritus
41+
.DS_Store
42+
43+
# Editors
44+
*~

0 commit comments

Comments
 (0)