-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.easignore
More file actions
58 lines (48 loc) · 966 Bytes
/
.easignore
File metadata and controls
58 lines (48 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# EAS Build ignore file
# When .easignore exists, EAS uses it INSTEAD of .gitignore for archive filtering
# IMPORTANT: Do NOT exclude *.png — icon assets are required for iOS/Android builds
# Dependencies (EAS installs fresh via pnpm install)
node_modules/
.pnpm-store/
package-lock.json
yarn.lock
# Git
.git/
# Build artifacts
/dist/
.expo/
# Server-side code (not needed for mobile builds)
/server/
/drizzle/
/supabase/
# Scripts and tooling (keep load-env.js for app.config.ts)
/scripts/configs/
/scripts/parsers/
/scripts/lib/
/scripts/.cache/
/scripts/ingest-*
/scripts/re-embed-*
/scripts/fix-*
/scripts/calibrate-*
/scripts/insert-*
/scripts/run-*
/scripts/generate-*
/scripts/test-*
/docs/
# Test infrastructure
/tests/
/test-results/
/e2e/
/coverage/
playwright.config.ts
vitest.config.ts
# Landing page (separate build)
/landing/
# Dev credentials
.credentials/
.env.local
# Large binaries not needed for mobile
*.traineddata
*.pdf
# Temp
var/