Files
Telegram-Panel/.dockerignore
meoacgx 30ce5f12cd fix(bot): 修复手动同步无法发现新频道的问题
- 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>
2026-01-02 13:50:32 +08:00

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