Initial commit: code as received (Create/Anything export)
Insole-production time tracker exported from the Create/Anything AI platform. Baseline snapshot before any reverse-engineering or cleanup. - apps/mobile: Expo Router app (iOS/Android/web), the only workspace - publisher/: standalone OpenNext/AWS deploy tooling for the web side - Backend (/api/tasks, /api/logs + DB) lives remotely, not in this repo
This commit is contained in:
41
.easignore
Normal file
41
.easignore
Normal file
@@ -0,0 +1,41 @@
|
||||
# Applied when EAS bundles the workspace root for an iOS build of apps/mobile
|
||||
# (see apps/flux/core/src/services/interactive-terminal/create-shell.ts).
|
||||
# Keep yarn-workspace context (root package.json, yarn.lock, .yarnrc.yml,
|
||||
# .yarn/patches/) and apps/mobile/ — exclude everything else so EAS uploads
|
||||
# stay small.
|
||||
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
.yarn/cache/
|
||||
.yarn/install-state.gz
|
||||
.yarn/unplugged/
|
||||
|
||||
apps/web/
|
||||
|
||||
config/
|
||||
shared/
|
||||
# Re-include the metro polyfills directory: `shared/` above is unanchored and
|
||||
# would otherwise match `apps/mobile/polyfills/shared/`, which holds the
|
||||
# expo-image and empty-component shims that metro.config.js redirects to via
|
||||
# SHARED_ALIASES. Without these files in the EAS upload, EAGER_BUNDLE fails
|
||||
# with `Unable to resolve module expo-image` on every file that imports it.
|
||||
!apps/mobile/polyfills/shared/
|
||||
examples/
|
||||
playwright-report/
|
||||
test-results/
|
||||
caches/
|
||||
|
||||
Dockerfile
|
||||
docker-compose.test.yml
|
||||
README.md
|
||||
.dockerignore
|
||||
.eslintignore
|
||||
.gitignore
|
||||
.oxfmtrc.json
|
||||
.oxlintrc.json
|
||||
|
||||
*.log
|
||||
*.tgz
|
||||
.env
|
||||
.env.*
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user