From 1aee49178de3ea49ebb13c1c912d8d1752e73336 Mon Sep 17 00:00:00 2001 From: tymmkang Date: Sun, 16 Mar 2025 16:28:19 +0900 Subject: [PATCH] =?UTF-8?q?gitignore=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 0af181c..71ca2ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ # Godot 4+ specific ignores .godot/ /android/ + +bin +obj + +/Export +.vs