From f85d67ee7ca0980c55ee00e091d33dbc2d82c9a2 Mon Sep 17 00:00:00 2001 From: PoffyZhang <99775271@qq.com> Date: Tue, 9 Apr 2024 09:27:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E9=A1=B9=E6=95=B0=E6=8D=AE=20?= =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/.idea/.gitignore b/.idea/.gitignore index 13566b8..e864f1e 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -6,3 +6,36 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml + +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +#忽略所有.svn目录 +.svn/ +#忽略所有target目录 +target/ +#忽略所有.idea目录 +.idea/ +#忽略所有.iml文件 +*.iml \ No newline at end of file