Some checks failed
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
- Added a comment line to main.ts for deployment verification purposes
56 lines
545 B
Plaintext
56 lines
545 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build outputs
|
|
dist/
|
|
.next/
|
|
.turbo/
|
|
out/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Backups
|
|
backups/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker secrets
|
|
docker/.env
|
|
|
|
# PM2
|
|
.pm2/
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# Temp
|
|
tmp/
|
|
temp/
|
|
|
|
# Fusion runtime state — keep authored docs (memory, agents, templates) only
|
|
.fusion/*
|
|
!.fusion/memory/
|
|
!.fusion/agents/
|
|
!.fusion/templates/
|
|
.fusion/memory/2*.md
|
|
.fusion/memory/DREAMS.md
|
|
.worktrees/
|
|
*.tsbuildinfo
|