Переглянути джерело

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.
pull/3925/head
Bill Raymond 2 роки тому
джерело
коміт
5a94995d0d
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з 3 додано та 0 видалено
  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/

Завантаження…
Відмінити
Зберегти