You're a bot now
This commit is contained in:
parent
3478f0db06
commit
8ab139b902
9 changed files with 373 additions and 131 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue