mirror of
https://github.com/samvallad33/vestige.git
synced 2026-05-09 07:42:37 +02:00
15 lines
237 B
Text
15 lines
237 B
Text
|
|
# Don't publish downloaded binaries (installed via postinstall)
|
||
|
|
bin/vestige
|
||
|
|
bin/vestige.exe
|
||
|
|
bin/vestige-mcp
|
||
|
|
bin/vestige-mcp.exe
|
||
|
|
bin/*.tar.gz
|
||
|
|
bin/*.zip
|
||
|
|
|
||
|
|
# Don't publish embedding model cache
|
||
|
|
.fastembed_cache/
|
||
|
|
|
||
|
|
# Dev files
|
||
|
|
*.log
|
||
|
|
.DS_Store
|