mirror of
https://github.com/github/gitignore
synced 2024-11-04 19:08:52 +01:00
5a94995d0d
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.
8 lines
107 B
Plaintext
8 lines
107 B
Plaintext
_site/
|
|
.sass-cache/
|
|
.jekyll-cache/
|
|
.jekyll-metadata
|
|
# Ignore folders generated by Bundler
|
|
.bundle/
|
|
vendor/
|