Explorar o código

Ignore .bundle and vendor per official Jekyll documentation

Per the [Jekyll documentation](https://jekyllrb.com/tutorials/using-jekyll-with-bundler/), you should add the `vendor/` and `.bundle/` paths to the .gitignore file, so you are not managing all dependencies within your repo.
Bill Raymond %!s(int64=3) %!d(string=hai) anos
pai
achega
5a94995d0d
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Jekyll.gitignore

+ 3 - 0
Jekyll.gitignore

@@ -2,3 +2,6 @@ _site/
 .sass-cache/
 .jekyll-cache/
 .jekyll-metadata
+# Ignore folders generated by Bundler
+.bundle/
+vendor/