From 41e5bcff5df9bf548e2331ef01a673fe8870b66a Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Tue, 16 Mar 2021 19:10:36 +0100 Subject: [PATCH] Add .jekyll-cache to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5d88aff..a6b139d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ -/_tmp/ +/.jekyll-cache/ /.sass-cache/ /_site/ +/_tmp/