mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 02:24:19 +02:00
.gitignore: add Jekyll's cache folder (#30454)
So that when we switch branches the folder is ignored.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,6 +3,8 @@
|
|||||||
# This is the old Jekyll docs dist folder;
|
# This is the old Jekyll docs dist folder;
|
||||||
# keeping it here so that when we switch branches it doesn't show up
|
# keeping it here so that when we switch branches it doesn't show up
|
||||||
/site/docs/**/dist/
|
/site/docs/**/dist/
|
||||||
|
# Jekyll's cache folder; keeping it for the same reason as above
|
||||||
|
/site/.jekyll-cache/
|
||||||
# Hugo resources folder
|
# Hugo resources folder
|
||||||
/resources/
|
/resources/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user