From e8acfdb90383e8a1f293275dc22a3f09353752f9 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Mon, 30 Sep 2024 18:29:41 +0100 Subject: [PATCH] gitignore: add .cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e524d79..e679f58 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .vscode/ build/ +.cache/