You're a bot now

This commit is contained in:
Roscoe 2025-05-16 15:21:23 +01:00
commit 8ab139b902
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
9 changed files with 373 additions and 131 deletions

12
.gitignore vendored
View file

@ -1,4 +1,5 @@
target/
out/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
@ -37,6 +38,15 @@ build/
### Mac OS ###
.DS_Store
### Other Stuff ###
config*.json
!config.example.json
!**/resources/config.schema.json
### why would this not be here already ###
/logs/
/tmp/
*.png
*.pgn
*.pgn
*.gif