mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-22 03:04:54 +08:00
Eyre_S
413f734034
- gitignore 添加了 .vscode 字段 - /ip 与 /whois 命令支持了回复某条消息,以其消息内容作为参数的查询方式 - 添加 /save 与其对应的 Morny save 指令链,用于手动/统一触发数据持久化储存事件 - 更新了 hack event 的 debug log 文案 - 稍微修改了 Tracker 的保存函数链,用以支持外部触发
16 lines
105 B
Plaintext
16 lines
105 B
Plaintext
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
.gradle/
|
|
.settings/
|
|
/src/test/*
|
|
|
|
#build
|
|
/build/
|
|
/bin/
|
|
.project
|
|
|
|
# debug dir
|
|
/run/
|