The Wayback Machine - https://web.archive.org/web/20240324120108/https://github.com/github/gitignore/commit/5a94995d0d15a44bdb1007eabd958f024ee13f5e
Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
BillRaymond committed 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
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.