Stop tracking build-artifact zip; ignore *.zip

The packaged plugin zip is a release asset, not source. Untrack it and
add *.zip to .gitignore so it stays out of the repo.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
blamouche 2026-05-20 10:22:47 +02:00
parent 3b215953cf
commit 0f69356488
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View file

@ -2,3 +2,6 @@ node_modules/
.DS_Store
__pycache__/
dist/
# Build artifacts
*.zip

Binary file not shown.