Convert Beenvoice to a Turborepo monorepo
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
node_modules
|
||||
**/node_modules
|
||||
.next
|
||||
**/.next
|
||||
.turbo
|
||||
**/.turbo
|
||||
.expo
|
||||
**/.expo
|
||||
.git
|
||||
.gitignore
|
||||
Dockerfile*
|
||||
docker-compose*
|
||||
README.md
|
||||
docs
|
||||
AGENTS.md
|
||||
*.log
|
||||
.DS_Store
|
||||
.env*
|
||||
!.env.example
|
||||
.vscode
|
||||
.idea
|
||||
coverage
|
||||
*.tsbuildinfo
|
||||
dist
|
||||
**/dist
|
||||
build
|
||||
apps/mobile/*
|
||||
!apps/mobile/package.json
|
||||
apps/web/store-assets
|
||||
apps/web/tsconfig.tsbuildinfo
|
||||
.claude
|
||||
beenvoice.icon
|
||||
Reference in New Issue
Block a user