mirror of
https://github.com/yshtcn/ServerChanPush2TelegramBot.git
synced 2025-12-13 17:50:22 +08:00
- 增加忽略可能含有敏感信息的配置文件
- 增加忽略日志文件、待发消息队列文件和保存的收发信息
This commit is contained in:
parent
f410d5afd9
commit
88b6728520
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,3 +1,9 @@
|
|||||||
|
received_requests_*
|
||||||
|
received_data_*
|
||||||
|
sent_data_*
|
||||||
|
bot_config.json
|
||||||
|
pending_messages.json
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user