include bundler config (gitignored intentionally)
This commit is contained in:
parent
c1476371ca
commit
d894947de8
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
BUNDLE_PATH: "vendor/bundle"
|
|
@ -5,5 +5,6 @@
|
||||||
!.pre-commit-config.yaml
|
!.pre-commit-config.yaml
|
||||||
!.prettierrc
|
!.prettierrc
|
||||||
!.prettierignore
|
!.prettierignore
|
||||||
|
vendor/
|
||||||
_site/
|
_site/
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
|
Loading…
Reference in New Issue