From bf16595efece2cb419f06da1a4e55c52b1596489 Mon Sep 17 00:00:00 2001 From: guxz <1921137080@qq.com> Date: Wed, 3 Jun 2026 12:54:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9154f4c..8f68c55 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,15 @@ *.tar.gz *.rar -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +# virtual machine crash logs hs_err_pid* replay_pid* +# IDE +.idea/ +*.iml +*.iws +*.ipr + +# Maven +target/ \ No newline at end of file