-
-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy path.easignore
More file actions
71 lines (57 loc) · 1.07 KB
/
Copy path.easignore
File metadata and controls
71 lines (57 loc) · 1.07 KB
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
63
64
65
66
67
68
69
70
71
# .easignore - controls what gets uploaded to EAS Build
# REPLACES all .gitignore files when present. Same syntax as .gitignore.
#
# Mobile app only needs: apps/mobile/, packages/shared/, root config files
# EAS runs pnpm install from the lockfile, so node_modules is not uploaded.
# Dependencies (reinstalled by EAS)
node_modules/
.pnpm-store/
# Build outputs and caches
dist/
build/
.turbo/
.next/
out/
coverage/
*.tsbuildinfo
# Apps not needed for mobile build
apps/server/
apps/web/
# Packages not used by mobile
packages/test-utils/
# GeoIP databases (server-only, 71 MB)
data/
# Docker infrastructure
docker/
# CI/CD and GitHub
.github/
# IDE and OS
.idea/
*.swp
*.swo
.DS_Store
# Environment files (pulled from EAS secrets)
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
# Native credentials (managed by EAS)
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
*-firebase-adminsdk-*.json
# Expo generated
.expo/
web-build/
# Mobile credentials dir (CI-only)
apps/mobile/credentials/
# Misc
check-tautulli-fields.txt
.prettierignore
.dockerignore