From f2a563920d1325f994e30707b03e20d449863fd3 Mon Sep 17 00:00:00 2001 From: "adrian.spycher" <adrian.spycher@etu.hesge.ch> Date: Tue, 15 Oct 2024 10:52:24 +0200 Subject: [PATCH] chore: ignore .cache folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0cf1fc4..10466a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # --- BEAR --- compile_commands.json +.cache # --- C --- *.d -- GitLab