From f11ae61afe11e912ca337dcc51f9648d7a0c77e9 Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Sun, 20 Oct 2019 00:33:52 +0200 Subject: [PATCH] Add .jekyll-cache/ to gitignore --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 08cab173..ab3da104 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,14 @@ - # Created by https://www.gitignore.io/api/sass,macos,jekyll ### Jekyll ### _site/ .sass-cache/ +.jekyll-cache/ .jekyll-metadata ### macOS ### -*.DS_Store +# General +.DS_Store .AppleDouble .LSOverride @@ -35,6 +36,8 @@ Temporary Items ### Sass ### *.css.map +*.sass.map +*.scss.map # End of https://www.gitignore.io/api/sass,macos,jekyll