mirror of https://github.com/twbs/bootstrap.git
.gitignore: add Jekyll's cache folder (#30454)
So that when we switch branches the folder is ignored.
This commit is contained in:
parent
863ed22e1a
commit
b9bc5beb1d
|
@ -3,6 +3,8 @@
|
|||
# This is the old Jekyll docs dist folder;
|
||||
# keeping it here so that when we switch branches it doesn't show up
|
||||
/site/docs/**/dist/
|
||||
# Jekyll's cache folder; keeping it for the same reason as above
|
||||
/site/.jekyll-cache/
|
||||
# Hugo resources folder
|
||||
/resources/
|
||||
|
||||
|
|
Loading…
Reference in New Issue