From 42b8858558f609b802e5575bc60e7776932f452f Mon Sep 17 00:00:00 2001 From: lisk77 Date: Mon, 24 Nov 2025 16:00:08 +0100 Subject: [PATCH] chore(gitignore): will now ignore the .cache directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 07bcfba..c343bfa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build/ test/ +.cache/