-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.easignore
More file actions
62 lines (50 loc) · 716 Bytes
/
.easignore
File metadata and controls
62 lines (50 loc) · 716 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
59
60
61
62
# EAS Build ignores for monorepo
# Dramatically reduces upload size from ~171MB to ~20MB
# Dependencies - EAS installs fresh
node_modules
**/node_modules
# Git
.git
.gitignore
# Other apps not needed for mobile build
apps/web
apps/watch
# Generated native folders
apps/mobile/ios
apps/mobile/android
# Supabase local files
supabase/.branches
supabase/.temp
# Build artifacts
dist
web-build
.expo
.next
out
# IDE/Editor
.idea
.vscode
*.swp
*.swo
.claude
# Test/Coverage
coverage
**/__tests__
**/*.test.ts
**/*.test.tsx
**/*.spec.ts
**/*.spec.tsx
# Documentation (keep essential)
docs
# Debug logs
*.log
npm-debug.*
yarn-debug.*
yarn-error.*
# OS files
.DS_Store
Thumbs.db
# Temp files
*.tmp
*.temp
.cache