From eb507fdbec37166ab30f032b3707e862bfac0e8a Mon Sep 17 00:00:00 2001 From: jiushixuefeng Date: Mon, 9 Dec 2024 02:19:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0git=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E9=85=8D=E7=BD=AE?= 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..c01ad0d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.vs +bin/ +obj/ \ No newline at end of file