Skip to content

Commit

Permalink
Ignore .bundle and vendor per official Jekyll documentation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
BillRaymond authored Dec 15, 2021
1 parent e89e043 commit 5a94995
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jekyll.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ _site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
# Ignore folders generated by Bundler
.bundle/
vendor/

0 comments on commit 5a94995

Please sign in to comment.