소스 검색

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
No account linked to committer's email address
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/

Loading…
취소
저장