更新 .gitignore

This commit is contained in:
2026-06-03 12:54:12 +08:00
parent 3012a74fb7
commit bf16595efe

10
.gitignore vendored
View File

@@ -20,7 +20,15 @@
*.tar.gz *.tar.gz
*.rar *.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs
hs_err_pid* hs_err_pid*
replay_pid* replay_pid*
# IDE
.idea/
*.iml
*.iws
*.ipr
# Maven
target/