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:
parent
d1668b616f
commit
7e83c592c2
2
.gitignore
vendored
2
.gitignore
vendored
@ -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)
|
||||
|
||||
1
dist/control-ui/assets/index-DQcOTEYz.js.map
vendored
1
dist/control-ui/assets/index-DQcOTEYz.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user