mirror of
https://github.com/blamouche/obsidian-any-ai-code.git
synced 2026-07-22 06:53:38 +00:00
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:
parent
3b215953cf
commit
0f69356488
2 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,3 +2,6 @@ node_modules/
|
|||
.DS_Store
|
||||
__pycache__/
|
||||
dist/
|
||||
|
||||
# Build artifacts
|
||||
*.zip
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue