Skip to content

Commit f1d3794

Browse files
committed
chore: Create .easignore
Auto-committed by Claude Code after file modification
1 parent 5b9eb95 commit f1d3794

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.easignore

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,33 @@ yarn.lock
1212
.git/
1313

1414
# Build artifacts
15-
dist/
15+
/dist/
1616
.expo/
1717

1818
# Server-side code (not needed for mobile builds)
19-
server/
20-
drizzle/
21-
supabase/
19+
/server/
20+
/drizzle/
21+
/supabase/
2222

2323
# Scripts and tooling (keep load-env.js for app.config.ts)
24-
scripts/configs/
25-
scripts/parsers/
26-
scripts/lib/
27-
scripts/.cache/
28-
scripts/ingest-*
29-
scripts/re-embed-*
30-
scripts/fix-*
31-
scripts/calibrate-*
32-
scripts/insert-*
33-
scripts/run-*
34-
scripts/generate-*
35-
scripts/test-*
36-
docs/
24+
/scripts/configs/
25+
/scripts/parsers/
26+
/scripts/lib/
27+
/scripts/.cache/
28+
/scripts/ingest-*
29+
/scripts/re-embed-*
30+
/scripts/fix-*
31+
/scripts/calibrate-*
32+
/scripts/insert-*
33+
/scripts/run-*
34+
/scripts/generate-*
35+
/scripts/test-*
36+
/docs/
3737

3838
# Test infrastructure
39-
tests/
40-
test-results/
41-
e2e/
39+
/tests/
40+
/test-results/
41+
/e2e/
4242
/coverage/
4343
playwright.config.ts
4444
vitest.config.ts

0 commit comments

Comments
 (0)