From cd61868881663df09296162899983c7c0b8412d0 Mon Sep 17 00:00:00 2001 From: Ilia Denisov Date: Thu, 7 May 2026 11:58:28 +0200 Subject: [PATCH] chore: add game .gitignore --- game/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 game/.gitignore diff --git a/game/.gitignore b/game/.gitignore new file mode 100644 index 0000000..e4349f2 --- /dev/null +++ b/game/.gitignore @@ -0,0 +1 @@ +artifacts/ \ No newline at end of file