From 34cae2be1f866e9812bbc98834a29a1def28695c Mon Sep 17 00:00:00 2001 From: Brian Yue Date: Thu, 7 Jul 2022 21:31:05 +0800 Subject: [PATCH] Add directory .jekyll-cache to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e3f650f0b3..055aee462d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ vendor/bundle .idea/ /coursier .sass-cache/ +.jekyll-cache/ \ No newline at end of file