diff --git a/.bundle/config b/.bundle/config new file mode 100644 index 0000000..2369228 --- /dev/null +++ b/.bundle/config @@ -0,0 +1,2 @@ +--- +BUNDLE_PATH: "vendor/bundle" diff --git a/.gitignore b/.gitignore index 8505814..31ccf6e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,6 @@ !.pre-commit-config.yaml !.prettierrc !.prettierignore +vendor/ _site/ Gemfile.lock