From 05441103fa4c1431106954f37cc33af1049c29bf Mon Sep 17 00:00:00 2001 From: Sergei Shubin Date: Wed, 18 Mar 2026 14:50:22 +0800 Subject: [PATCH] Ignore workdir/ (build outputs and game data) Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4376905..b3b1eef 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ x64/ *.dll *.lib *.map + +# Working directory (build outputs + game data) +workdir/