include intentionally gitignored .bundle/config

This commit is contained in:
Aminda Suomalainen ⚧ 2024-05-30 11:02:36 +03:00
parent dc64584577
commit 6f72c3ff12
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 3 additions and 0 deletions

2
.bundle/config Normal file
View File

@ -0,0 +1,2 @@
---
BUNDLE_PATH: "vendor/bundle"

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
.* .*
_site/ _site/
.sass-cache/ .sass-cache/
vendor/
*.lock *.lock
!.editorconfig !.editorconfig
!.gitattributes !.gitattributes