From 7402f471fbb195236b19e66d19d9ccd65dff011d Mon Sep 17 00:00:00 2001 From: Justin Foell <630830+jrfoell@users.noreply.github.com> Date: Fri, 28 Aug 2020 09:59:56 -0500 Subject: [PATCH] Ignore .cache files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e2e1172..3825aca 100755 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ node_modules/ /build/** !/build/*.css +*.cache