From deb68f6b2cecc85934ab075a5de8e5dcab6ef404 Mon Sep 17 00:00:00 2001 From: tymmkang Date: Wed, 15 Oct 2025 01:18:38 +0900 Subject: [PATCH] =?UTF-8?q?gitignore=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d091cd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*/bin +*/obj +.vs