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 ea80a78..fa07570 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .* _site/ .sass-cache/ +vendor/ *.lock !.editorconfig !.gitattributes