Skip to content

Commit 7012ecd

Browse files
authored
Merge pull request #59 from kkremitzki/specify-bundle-install-path
Don't gitignore Bundler install path config
2 parents 2bf2a57 + 44074e4 commit 7012ecd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.bundle/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
BUNDLE_PATH: "vendor/bundle"

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ _site/
77
.jekyll-metadata
88

99
# Ignore folders generated by Bundler
10-
.bundle/
10+
.bundle/**
11+
!.bundle/config
1112
vendor/

0 commit comments

Comments
 (0)