From 9dc07edef829d5e5f7c8b3bc922e96bef8259fbc Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 28 Jul 2022 22:21:25 +0200 Subject: [PATCH] Ignore .cache dir --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 523186a..980bc11 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ oot/ compile_commands.json -.cache/ +app/.cache/