From af3ac8d37c1d3a7e4ef12ce396d231e86cbe4a37 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Wed, 7 Aug 2024 11:49:01 +0200 Subject: [PATCH] add cache to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fce0372..7b12390 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ build/ NazaraLog.log .vscode/settings.json -.vscode/compile_commands.json \ No newline at end of file +.vscode/compile_commands.json +.cache \ No newline at end of file