From 9ef772171fe501554cecd73b4840a22c99ef3e32 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 29 Sep 2020 17:25:35 +0200 Subject: [PATCH] Improve `.gitignore` (#208) - Add Jekyll 4's `jekyll-cache/` folder. - Reorder to put directories first. - Remove entries not specific to the project in question. For those entries, a global gitignore entry should be used on the user's system instead. --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 70b0fc2..d05293e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,7 @@ -*~ _site/ .sass-cache/ +.jekyll-cache/ +.bundle/ node_modules/ +vendor/ .jekyll-metadata -*.patch -vendor -.bundle