Initial commit: Telegram Management System
Some checks failed
Deploy / deploy (push) Has been cancelled

Full-stack web application for Telegram management
- Frontend: Vue 3 + Vben Admin
- Backend: NestJS
- Features: User management, group broadcast, statistics

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
你的用户名
2025-11-04 15:37:50 +08:00
commit 237c7802e5
3674 changed files with 525172 additions and 0 deletions

97
marketing-agent/.gitignore vendored Normal file
View File

@@ -0,0 +1,97 @@
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock
# Environment
.env
.env.local
.env.*.local
# Logs
logs/
*.log
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Build
dist/
build/
*.tsbuildinfo
# Testing
coverage/
.nyc_output/
# Docker
docker-compose.override.yml
.dockerignore
# Sessions
sessions/
*.session
# Uploads
uploads/
temp/
# Database
*.sqlite
*.sqlite3
*.db
# Certificates
*.pem
*.key
*.crt
*.csr
# Backups
backups/
*.backup
# Cache
.cache/
*.cache
# Monitoring
prometheus-data/
grafana-data/
# Documentation
docs/_build/
site/
# Python (if using any Python scripts)
__pycache__/
*.py[cod]
*$py.class
venv/
env/
# Terraform
*.tfstate
*.tfstate.backup
.terraform/
# Kubernetes
kubeconfig
*.kubeconfig
# Misc
.history/
*.orig
.grunt
.sass-cache