forked from futo-org/polycentric
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.easignore
More file actions
79 lines (65 loc) · 1.69 KB
/
.easignore
File metadata and controls
79 lines (65 loc) · 1.69 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
72
73
74
75
76
77
78
79
# EAS-only ignore list. When this file exists, EAS uses it instead of
# `.gitignore` files for the upload bundle. Mirrors the root
# `.gitignore` minus the wildcard in
# `packages/rs-core-wasm-browser/.gitignore` — those wasm artifacts
# aren't committed, but EAS can't run wasm-pack, so it needs the
# prebuilt output uploaded.
# Dependencies
node_modules/
.pnpm-store/
.pnp
.pnp.js
# Rust build output
target/
# Note: workspace package `dist/` and `build/` directories are NOT
# ignored — packages like `@polycentric/js-core` are consumed via their
# built output (their `main` field points into `dist/`), so EAS needs
# them uploaded. Native build dirs are excluded individually below.
.expo/
web-build/
*.tsbuildinfo
# The app's own web export isn't part of the native build.
apps/polycentric/dist/
# Test / CI artifacts
coverage/
__screenshots__/
junit.xml
junit-server.xml
# Env / local
.env
.env.local
.env.*.local
# Editor / OS
.DS_Store
.vscode/
.idea/
*.swp
*~
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Native build artifacts under the app. Patterns containing a `/`
# match relative to this `.easignore`, so use the full project path.
apps/polycentric/ios/Pods/
apps/polycentric/ios/build/
apps/polycentric/ios/DerivedData/
apps/polycentric/android/.gradle/
apps/polycentric/android/build/
apps/polycentric/android/app/build/
apps/polycentric/android/app/.cxx/
*.xcuserstate
*.iml
# Metro / Expo generated
.metro-health-check*
expo-env.d.ts
# Turborepo
.turbo/
# Misc
.claude/
docker-compose.live*
# Backend / legacy aren't part of the mobile app upload
services/
legacy/
# Browser SDK demo (~150MB of node_modules + bundle, irrelevant to the native build)
packages/js-browser/examples/