32 lines
713 B
Plaintext
32 lines
713 B
Plaintext
# Exclude other apps directories
|
|
../apps/*
|
|
!../apps/expo-duooomi-app
|
|
|
|
# Exclude unused packages from the monorepo
|
|
../packages/eslint-config/*
|
|
../packages/flowgraph/*
|
|
../packages/flowgraph-core/*
|
|
|
|
# Exclude root level files that aren't needed for this app
|
|
../.agent/
|
|
../.gitea/
|
|
../.vscode/
|
|
../BETTER_AUTH_体系交接文档.md
|
|
../CLAUDE.md
|
|
../FLOWGRAPH_交接文档.md
|
|
../FLOWGRAPH_思维导图.md
|
|
../STRIPE_CREDIT_BURNDOWN_交接文档.md
|
|
../ai-codegen-guideline.md
|
|
../debug-credit-burndown.js
|
|
../README.md
|
|
|
|
# Exclude development and configuration files
|
|
../.gitignore
|
|
../.prettierignore
|
|
../.prettierrc
|
|
|
|
# Only include necessary package management files
|
|
!../pnpm-workspace.yaml
|
|
!../package.json
|
|
!../pnpm-lock.yaml
|