Telegram Bot + Mini App for city walking quests. - React 19 + TypeScript + Vite 6 frontend - Express 5 + PostgreSQL backend - grammY Telegram bot with DeepSeek AI - GitLab CI/CD: lint, build, deploy to production Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
43 lines
376 B
Plaintext
43 lines
376 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
dist-server/
|
|
dist-bot/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Temp files
|
|
~$*
|
|
|
|
# Docs
|
|
*.docx
|
|
*.xlsx
|
|
|
|
# Deploy secrets & artifacts
|
|
deploy/.env.production
|
|
deploy/.env.*
|
|
deploy.tar.gz
|
|
|
|
# Local files
|
|
.claude/
|
|
Инструкция.txt
|