gitignore: stop tracking built artifacts (PSLauncher-X.Y.Z.exe, installer output)

Last commit accidentally captured two large binaries that landed in the
working tree during the self-update test prep:
- PSLauncher-0.6.0.exe at repo root
- installer/output/PSLauncher-Setup-0.5.0.exe

Neither belongs in version control. Add /PSLauncher-*.exe and
/installer/output/ to .gitignore and `git rm --cached` the existing
entries so the next push doesn't reupload them.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-02 10:57:56 +02:00
parent f2a1de9aac
commit fed5be5916
3 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@@ -39,3 +39,7 @@ server/builds/*
# Binaires copiés par le post-publish à la racine du repo
/PSLauncher.exe
/PSLauncher.Updater.exe
/PSLauncher-*.exe
# Sortie de l'installeur Inno Setup
/installer/output/