From 7e291349d3d520a6cf97b42b27b20a920110d17a Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Sun, 15 Sep 2019 12:43:35 +0530 Subject: [PATCH] Gitignore all folder names with `-cache` [skip ci] --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 231d027f..0ef83cf9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,7 @@ # Jekyll _site/ -.jekyll-cache +*-cache/ .jekyll-metadata -.sass-cache # Ruby .bundle/