From 0a74334f13376b831e378b664eea81ba9282c44c Mon Sep 17 00:00:00 2001 From: DevWiki Date: Wed, 19 Jun 2024 11:02:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20git=20ignore?= 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..bf00351 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/.idea +*/obj +*/bin \ No newline at end of file