- Launcher/build.bat now outputs to dist\TeslaLauncher\ (was TeslaLauncher\ at the Launcher root) and produces dist\TeslaLauncher-podpkg.zip, matching Console\dist\. - Both build scripts now zip the package themselves (Compress-Archive) instead of leaving it as a manual step: Console/build-package.bat -> dist\TeslaConsole-pkg.zip. - Launcher/.gitignore: ignore /dist/ (drop the obsolete /TeslaLauncher/ + staging entries); Console already ignores /dist/. - READMEs updated to point at dist\. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
# ── Build output ─────────────────────────────────────────────────────────────
|
|
# dotnet build/publish intermediates
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
|
|
# build.bat output: the package folder + zip (parity with Console\dist\)
|
|
/dist/
|
|
|
|
# ── Runtime / installer state ────────────────────────────────────────────────
|
|
# Generated by installutil / the service at runtime, not source
|
|
*.InstallState
|
|
*.log
|
|
|
|
# ── Visual Studio / Rider / VS Code ──────────────────────────────────────────
|
|
.vs/
|
|
.vscode/
|
|
.idea/
|
|
*.user
|
|
*.suo
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# ── OS cruft ─────────────────────────────────────────────────────────────────
|
|
Thumbs.db
|
|
desktop.ini
|
|
.DS_Store
|