From 23bbc6ccc04cfbb490c955da2def11128089b3b6 Mon Sep 17 00:00:00 2001 From: zhangsc Date: Thu, 6 May 2021 11:41:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0IDEA=E5=8F=8A=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E8=B7=AF=E5=BE=84=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index a58be0137..ee19399c3 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,11 @@ nbdist/ !*/build/*.java !*/build/*.html !*/build/*.xml + +# IDEA的相关文件需要过滤掉 +.idea +*/*.iml +*/*/*.iml +# 代码编译文件都需要过滤掉 +*/target +*/*/target \ No newline at end of file