-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy path.easignore
More file actions
54 lines (43 loc) · 745 Bytes
/
.easignore
File metadata and controls
54 lines (43 loc) · 745 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
node_modules
dist
out/*
!out/
!out/rn-web
!out/rn-web/
!out/rn-web/**
.next
.open-next
next-env.d.ts
.DS_Store
*.log*
.env
.eslintcache
.env.*
!.env.example
# Sentry Config File
.env.sentry-build-plugin
.vercel
stats.html
electron.vite.config.*.mjs
vite.config.*.mjs
.generated
.turbo
apps/desktop/src/renderer/dev-dist
tsconfig.tsbuildinfo
buildServer.json
**/**/generated-routes.ts
apps/desktop/build/appxmanifest.xml
apps/desktop/resources/cli
.claude/settings.local.json
.serena
.wrangler
# Local agent artifacts
.codex/
# E2E outputs
/apps/desktop/e2e/playwright-report/
/apps/desktop/e2e/test-results/
/apps/mobile/e2e/artifacts/
/apps/mobile/report.xml
/report.xml
# Mobile local E2E build artifacts
apps/mobile/build-*.tar.gz