Initial commit: Telegram Management System
Some checks failed
Deploy / deploy (push) Has been cancelled
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:
95
.gitignore
vendored
Normal file
95
.gitignore
vendored
Normal file
@@ -0,0 +1,95 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
*/node_modules/
|
||||
|
||||
# Production builds
|
||||
dist/
|
||||
build/
|
||||
*/dist/
|
||||
*/build/
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# IDE files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*.swn
|
||||
*.bak
|
||||
.project
|
||||
.classpath
|
||||
.settings/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Test coverage
|
||||
coverage/
|
||||
*.lcov
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
tmp/
|
||||
temp/
|
||||
|
||||
# Package manager files
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
pnpm-lock.yaml
|
||||
|
||||
# Cache
|
||||
.cache/
|
||||
.npm/
|
||||
.eslintcache
|
||||
|
||||
# Runtime files
|
||||
*.pid
|
||||
|
||||
# Docker volumes
|
||||
mysql_data/
|
||||
mongo_data/
|
||||
redis_data/
|
||||
rabbitmq_data/
|
||||
|
||||
# Uploads
|
||||
uploads/
|
||||
|
||||
# Backend specific
|
||||
backend/logs/
|
||||
backend/*.log
|
||||
backend/backend.log
|
||||
|
||||
# Frontend specific
|
||||
frontend/*.log
|
||||
frontend/frontend.log
|
||||
|
||||
# Database backups
|
||||
database/backups/
|
||||
*/backups/
|
||||
|
||||
# Test results
|
||||
test-results/
|
||||
*/test-results/
|
||||
**/test-results/
|
||||
|
||||
# Screenshots
|
||||
screenshots/
|
||||
*/screenshots/
|
||||
|
||||
# Git backup
|
||||
.git.backup/
|
||||
.git.backup
|
||||
Reference in New Issue
Block a user