From 9938436aa383864ea932961e3ad0a742f11b2903 Mon Sep 17 00:00:00 2001 From: zywang_dev Date: Tue, 31 Jan 2023 15:27:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0gitignore?= 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..18607f6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.iml + +.idea/ \ No newline at end of file -- Gitee