max-telegram-bridge-bot/.gitignore
Andrey Lugovskoy 9004c007f1 Fix MAX media upload; generic addon hooks + bridge improvements
- MAX media upload: drop deprecated &v=1.2.5 from /uploads and /messages
  (MAX returns 404 with it; photos/videos broke, text was unaffected).
- Run group moderation before discussion-comment ingest.
- Generic addon extension hooks; core stays agnostic to their semantics:
  CrosspostAllowed, CrosspostDeliverable, HandleMaxCommand.
- Customizable /help and /start from a file next to the binary (HELP_FILE).
- /link command; optional web_app menu button (MINIAPP_URL).
- Track bot chats and pair owners; migrations 017-019.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-23 20:33:17 +04:00

32 lines
349 B
Text

# Binaries
bridge
bridge_linux
max-telegram-bridge-bot
*.exe
# Database
*.db
*.db-shm
*.db-wal
# Environment
.env
deploy.sh
backup.sh
backup-cleanup.sh
bearlogin-bridge
bridge.db.bak
# Local tools
.omc/
broadcast.sh
broadcast_*.html
.broadcast_sent/
go.work
go.work.sum
help.html
bridge_chats_public.csv
docs/superpowers/
.addon/
addon_local.go