Skip to content

Commit 5a94995

Browse files
authored
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.
1 parent e89e043 commit 5a94995

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jekyll.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ _site/
22
.sass-cache/
33
.jekyll-cache/
44
.jekyll-metadata
5+
# Ignore folders generated by Bundler
6+
.bundle/
7+
vendor/

0 commit comments

Comments
 (0)