mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-12 06:55:10 +00:00
Improve server logging and manually load logback
This commit is contained in:
parent
8b14015582
commit
98b87e1e13
3 changed files with 58 additions and 4 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
# Project crap
|
||||
target
|
||||
*.class
|
||||
.idea/
|
||||
|
|
@ -7,8 +8,12 @@ out/
|
|||
*.iws
|
||||
*.ipr
|
||||
*.iml
|
||||
|
||||
# Random
|
||||
*.swp
|
||||
/*.csv
|
||||
|
||||
# Binary files
|
||||
*.so
|
||||
*.dll
|
||||
*.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue