From 2791a66b1fa8662cc31366439cfc6e1fd665fd4c Mon Sep 17 00:00:00 2001 From: Guus Waals <_@guusw.nl> Date: Thu, 29 May 2025 17:32:17 +0800 Subject: [PATCH] Ignore logs --- game_re/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/game_re/.gitignore b/game_re/.gitignore index d0a27bba..66832d70 100644 --- a/game_re/.gitignore +++ b/game_re/.gitignore @@ -6,4 +6,5 @@ functions.dat *.zip .tmp .txt -*.db \ No newline at end of file +*.db +logs/ \ No newline at end of file