From e5a41be6944fb6ae50ddf52cb52186377a9e2235 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Mon, 5 Jan 2026 05:28:14 +0000 Subject: [PATCH] feat: Update .gitignore to include all log files for sdl3_app --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2b93107..4a585be 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ __pycache__/ *.pyo *.pyd sdl3_app.log +sdl3_app.*.log