diff options
| author | XhmikosR <[email protected]> | 2020-03-25 23:08:53 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-25 23:08:53 +0200 |
| commit | b9bc5beb1de82b3a97f6374fc429cb8f292bd18e (patch) | |
| tree | 23d391966b58932e40d83a81d79ebbf3a6d12bd9 | |
| parent | 863ed22e1a0e357cce0a0c507282a960bdb14c93 (diff) | |
| download | bootstrap-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-- | .gitignore | 2 |
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/ |
