忽略测试

This commit is contained in:
attiya 2025-05-08 17:19:19 +08:00
parent 6954ef1391
commit 1c43313017

2
.gitignore vendored
View File

@ -2,6 +2,8 @@ target/
!.mvn/wrapper/maven-wrapper.jar !.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/ !**/src/main/**/target/
!**/src/test/**/target/ !**/src/test/**/target/
# 忽略所有模块下的测试代码目录(含子目录)
‌**/src/test/**‌
### IntelliJ IDEA ### ### IntelliJ IDEA ###
.idea/ .idea/