Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-03-26 00:08:53 +0300
committerGitHub <noreply@github.com>2020-03-26 00:08:53 +0300
commitb9bc5beb1de82b3a97f6374fc429cb8f292bd18e (patch)
tree23d391966b58932e40d83a81d79ebbf3a6d12bd9 /.gitignore
parent863ed22e1a0e357cce0a0c507282a960bdb14c93 (diff)
.gitignore: add Jekyll's cache folder (#30454)
So that when we switch branches the folder is ignored.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dff85a65c0..4ac6ac3259 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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/