Skip to content

Commit 54d1a77

Browse files
committed
🙈 Ignore gemfiles/*.lock and other detritus
1 parent ee8d01f commit 54d1a77

File tree

2 files changed

+33
-224
lines changed

2 files changed

+33
-224
lines changed

‎.gitignore

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
1-
.bundle
2-
coverage
1+
# Build Artifacts
2+
/pkg/
3+
/tmp/
34
*.gem
45

5-
/.tool-versions
6-
/.idea/
6+
# 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

Lines changed: 0 additions & 220 deletions
This file was deleted.

0 commit comments

Comments
 (0)