Implemented initial version of logging system. Log formatting and content needs to be reworked.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -3,11 +3,14 @@
|
||||
*.db
|
||||
*.key
|
||||
!data/*/.gitkeep
|
||||
# Ignore binaries
|
||||
# Ignore binaries
|
||||
bin/*
|
||||
!bin/.gitkeep
|
||||
*.exe
|
||||
|
||||
# Ignore log files
|
||||
*.log
|
||||
|
||||
.vscode/
|
||||
|
||||
# Nim
|
||||
|
||||
Reference in New Issue
Block a user