From c13d0e013fa3417fbbd94649f61fc8d4564d8bce Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Thu, 20 Oct 2022 21:39:12 +0100 Subject: [PATCH] build(#16): Git ignore the cache folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 438d6ec..afba877 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules site +.cache \ No newline at end of file