Skip to content

Commit 3fea98e

Browse files
committed
Keep placeholder under vendor/ directory
1 parent f989ca8 commit 3fea98e

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ruby
2-
ruby/**/vendor/**
2+
ruby/**/vendor/bundle/**
33

44
# Python
55
python/**/__pycache__/

ruby/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
## 2. Install Gems via Gemfile and Bundler
66

77
```command
8-
$ mkdir -p vendor/bundle
98
$ bundle config set path vendor/bundle
109
$ bundle install
1110
$ bundle lock --add-checksums

ruby/vendor/.keep

Whitespace-only changes.

0 commit comments

Comments
 (0)