Skip to content

Commit ffc3c59

Browse files
committed
Merge remote-tracking branch 'upstream/main' into test/firmware-service-tests
Signed-off-by: Jan Zachmann <50990105+JanZachmann@users.noreply.github.com>
2 parents ae2d1cf + dfaae6c commit ffc3c59

File tree

16 files changed

+2631
-793
lines changed

16 files changed

+2631
-793
lines changed

.gitignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,16 @@ tools/centrifugo
55
*.tar.gz
66
*.env
77
*.http
8-
/dist
98
.claude/
109
.gemini/
1110
.pnpm-store/
1211

12+
# Build outputs (root level only)
13+
/dist
14+
1315
# Generated WASM package (rebuild with wasm-pack)
1416
src/ui/src/core/pkg/
1517

1618
# Research and documentation files (generated, not part of source)
1719
*.md
1820
!README.md
19-
20-
# E2E Test Artifacts
21-
src/ui/playwright-report/
22-
src/ui/test-results/
23-
temp/

0 commit comments

Comments
 (0)