From 5091c84f8ff243c3ffcaad273a5edeccf3c276d4 Mon Sep 17 00:00:00 2001 From: Kris <2893855659@qq.com> Date: Tue, 3 Jun 2025 14:11:06 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90feat=E3=80=91git=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.idea/.gitignore b/.idea/.gitignore index 13566b8..9785a00 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -6,3 +6,12 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml + +#忽略所有.svn目录 +.svn/ +#忽略所有target目录 +target/ +#忽略所有.idea目录 +.idea/ +#忽略所有.iml文件 +*.iml \ No newline at end of file