Skip to content

Commit 44074e4

Browse files
committed
Don't gitignore Bundler install path config
1 parent 10e05a2 commit 44074e4

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)