Add test directories to .gitignore.

This commit is contained in:
Nekojimi 2025-09-03 12:22:50 +01:00
parent 785ea6fd7f
commit ad75b3f29c

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/
run/
fuse-mount**/
### IntelliJ IDEA ### ### IntelliJ IDEA ###
.idea/modules.xml .idea/modules.xml