Browse Source

fix(PyAPI): 🙈 ignore logs

tags/0.1.0
DragonAura 2 years ago
parent
commit
16143bf2b3
2 changed files with 3 additions and 6 deletions
  1. +3
    -0
      PyAPI/.gitignore
  2. +0
    -6
      PyAPI/logs/logic-log.txt

+ 3
- 0
PyAPI/.gitignore View File

@@ -158,6 +158,9 @@ cython_debug/
# local test files
/test/

# log files
/logs

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore


+ 0
- 6
PyAPI/logs/logic-log.txt View File

@@ -1,6 +0,0 @@
[21:02:47.26][logic][INFO] *********Basic Info*********
[21:02:47.26][logic][INFO] asynchronous: False
[21:02:47.26][logic][INFO] server: 114.51.41.91:9810
[21:02:47.26][logic][INFO] playerID: 114514
[21:02:47.26][logic][INFO] player type: HumanPlayer
[21:02:47.26][logic][INFO] ****************************

Loading…
Cancel
Save