From e33d9608233866c728b8b7e782d5fd8fddfcbd17 Mon Sep 17 00:00:00 2001 From: meowtech Date: Thu, 16 Jul 2026 17:28:13 +0300 Subject: [PATCH] now added .cache directory to .gitignore.. yeah... --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 428d9c1..813934c 100644 --- a/.gitignore +++ b/.gitignore @@ -59,4 +59,5 @@ build/ test.sh test2.sh -/compile_commands.json \ No newline at end of file +/compile_commands.json +/.cache \ No newline at end of file