chore: track *.vsix via Git LFS

Add .gitattributes routing *.vsix through Git LFS and convert the committed
extension vsix to an LFS pointer. Keeps the reproducible build artifact in the
repo without growing normal history on each rebuild. Future-only — existing
vsix blobs remain in history (a `git lfs migrate` rewrite would be needed to
purge those, deferred since origin/master is shared).
This commit is contained in:
agra
2026-06-15 13:39:39 +03:00
parent 8a3bdbe7b5
commit fe9bd75e09
2 changed files with 1 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
*.vsix filter=lfs diff=lfs merge=lfs -text

Binary file not shown.