chore: gitignore runtime release build artifacts (dist/assets, dist/runtime)
These are produced by the runtime-release workflow / local packaging and published to GitHub Releases, not committed. The compiled library under dist/ and dist/src/ stays tracked. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
d396760a4e
commit
849972ab5c
6
.gitignore
vendored
6
.gitignore
vendored
@ -3,3 +3,9 @@ coverage/
|
||||
*.tsbuildinfo
|
||||
repomix-output.xml
|
||||
openclaw-multi-session-plugins-*.tgz
|
||||
|
||||
# Runtime release build artifacts (produced by the runtime-release workflow /
|
||||
# local packaging; published to GitHub Releases, not committed). The compiled
|
||||
# library under dist/ and dist/src/ stays tracked.
|
||||
dist/assets/
|
||||
dist/runtime/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user