From 849972ab5c04a026f8ed843713357ee5b92dc58d Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sun, 28 Jun 2026 09:06:41 +0800 Subject: [PATCH] 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 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 34d2376..4a24a85 100644 --- a/.gitignore +++ b/.gitignore @@ -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/