aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-03-25 23:08:53 +0200
committerGitHub <[email protected]>2020-03-25 23:08:53 +0200
commitb9bc5beb1de82b3a97f6374fc429cb8f292bd18e (patch)
tree23d391966b58932e40d83a81d79ebbf3a6d12bd9
parent863ed22e1a0e357cce0a0c507282a960bdb14c93 (diff)
downloadbootstrap-b9bc5beb1de82b3a97f6374fc429cb8f292bd18e.tar.xz
bootstrap-b9bc5beb1de82b3a97f6374fc429cb8f292bd18e.zip
.gitignore: add Jekyll's cache folder (#30454)
So that when we switch branches the folder is ignored.
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dff85a65c..4ac6ac325 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/