Ignore logs, add logback

This commit is contained in:
floppydiskette 2024-08-21 21:01:11 +01:00
parent 836a56fdbe
commit 72934c64e3
Signed by: fwoppydwisk
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
2 changed files with 7 additions and 1 deletions

3
.gitignore vendored
View file

@ -40,4 +40,5 @@ build/
### Other Stuff ###
**/resources/config*.json
!**/resources/config.example.json
!**/resources/config.schema.json
!**/resources/config.schema.json
/logs/

View file

@ -30,5 +30,10 @@
<artifactId>json</artifactId>
<version>20231013</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.6</version>
</dependency>
</dependencies>
</project>