From c1c6d21ed84604a59f621ddece843761277af9c3 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Mon, 12 Feb 2024 09:16:51 -0600 Subject: [PATCH] Add cache to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ab338d77e..83253a1c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ _site/ node_modules/ package-lock.json +.cache