From 7395dbeef2527a10128e3488c94c66ed96e49a1c Mon Sep 17 00:00:00 2001 From: tymmkang Date: Thu, 13 Mar 2025 22:52:14 +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 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c756957 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin/ +obj/ \ No newline at end of file