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