From 4250044324a0b265df04c51177f4df7c5b1bbcab Mon Sep 17 00:00:00 2001 From: huangting Date: Tue, 15 Aug 2023 12:11:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= 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..b5cacdd --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/* +target/* \ No newline at end of file