From 46b0219ab47d7adb1b5787ace748a9c0ed991a07 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sat, 15 Nov 2025 02:20:39 -0500 Subject: [PATCH] fix(gitignore): add some more artifacts to ignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9daeafb..2101ef7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ test +.cache +compile_commands.json