The console (Console\dist) and launcher (Launcher\dist) packages are build artifacts rebuilt by their build scripts and gitignored per-project; vPOD's package was inconsistently committed. Give vPOD its own .gitignore (/dist/) so its pack.ps1 output is rebuilt on demand the same way, and drop the tracked zip. Deployment is unaffected: the Apps.xml product still lists vPOD in Install Product, and the operator selects the pack.ps1-built zip at install time. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
# Build output
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
|
|
# Packaged install output (pack.ps1) — rebuilt on demand, like the console and
|
|
# launcher packages; the operator selects the zip at Install Product time.
|
|
/dist/
|