Add artifact, ignore out folder

This commit is contained in:
floppydiskette 2024-09-05 03:50:30 +01:00
commit 319eefbd2a
No known key found for this signature in database
2 changed files with 49 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
target/
out/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/