mirror of
https://github.com/moeacgx/Telegram-Panel.git
synced 2026-05-06 14:00:32 +08:00
- BotUpdateHub: 添加 QuickCollectMyChatMemberAsync 方法 - 在 BotPoller 恢复时也收集 my_chat_member updates - 解决 BotAutoSyncEnabled=false 时手动同步失效的问题 同时优化 .dockerignore: - 排除 artifacts 目录 (7.2GB) - 排除模块源码和文档目录 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
41 lines
385 B
Plaintext
41 lines
385 B
Plaintext
# Git & IDE
|
|
.git
|
|
.serena
|
|
.vs
|
|
.vscode
|
|
.idea
|
|
|
|
# Build outputs
|
|
**/bin
|
|
**/obj
|
|
artifacts
|
|
|
|
# Docker runtime data
|
|
docker-data
|
|
|
|
# Temporary & logs
|
|
.tmp
|
|
logs
|
|
sessions
|
|
todolist
|
|
|
|
# Database & cache
|
|
*.db
|
|
*.log
|
|
*.user
|
|
*.suo
|
|
*.cache
|
|
|
|
# Documentation & screenshots (not needed for build)
|
|
docs
|
|
screenshot
|
|
README.md
|
|
|
|
# Module source (development only)
|
|
模块源码
|
|
|
|
# Misc
|
|
*.md
|
|
!Directory.Build.props
|
|
|