Initial TrueGrowth source import

This commit is contained in:
2026-07-07 09:36:36 +08:00
commit 3b6781d695
2283 changed files with 691996 additions and 0 deletions

49
.dockerignore Normal file
View File

@@ -0,0 +1,49 @@
.git
.github
.nx
.cursor
.claude
.codebuddy
.stitch
.playwright-cli
.playwright-mcp
.truegrowth-runtime
.truegrowth-desktop
.venv*
dist
tmp
out-tsc
build
release
coverage
node_modules
packages/*/node_modules
apps/*/node_modules
apps/web-e2e/test-results
apps/web-e2e/playwright-report
test-results
output
.pnpm-store
.pnpm-home
.DS_Store
*.log
*.sqlite
*.sqlite-*
*.db
*.db-*
*.jsonl
*.zip
*.tar
*.tar.gz
*.tgz
*.7z
*.asar
*.dmg
*.exe
*.msi
*.pkg
.env
.env.*
.mcp.json
.mcp.local.json
vendor/*