git: also ignore .map files from bundled artifacts

The previous commit missed the .map source map file for the control-ui bundle.
This ensures all generated build artifacts are excluded from git tracking.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
0oAstro 2026-01-26 08:56:47 +05:30
parent d1668b616f
commit 7e83c592c2
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -41,7 +41,9 @@ apps/ios/*.xcfilelist
# Vendor build artifacts
vendor/a2ui/renderers/lit/dist/
src/canvas-host/a2ui/*.bundle.js
src/canvas-host/a2ui/*.map
src/canvas-host/a2ui/index.html
dist/control-ui/**/*.map
.bundle.hash
# fastlane (iOS)

File diff suppressed because one or more lines are too long