From 6948a8fdaa81fa9d176c5518fbae8725fc8aa2d8 Mon Sep 17 00:00:00 2001 From: Laura Kalbag Date: Wed, 15 Jan 2020 12:50:50 +0000 Subject: [PATCH] Add cache folder to gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c37e42b4..4346e32e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store node_modules dist -config.codekit3 \ No newline at end of file +config.codekit3 +.cache \ No newline at end of file