mirror of
https://github.com/yshtcn/ServerChanPush2TelegramBot.git
synced 2026-01-28 09:31:59 +08:00
- 增加忽略可能含有敏感信息的配置文件
- 增加忽略日志文件、待发消息队列文件和保存的收发信息
This commit is contained in:
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
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
Reference in New Issue
Block a user