Initial commit: expo-popcore-app
This commit is contained in:
31
.easignore
Normal file
31
.easignore
Normal file
@@ -0,0 +1,31 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user