Initial TrueGrowth source import
This commit is contained in:
49
.dockerignore
Normal file
49
.dockerignore
Normal 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/*
|
||||
Reference in New Issue
Block a user