Files
PS_Launcher/.gitignore
j.foucher fed5be5916 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>
2026-05-02 10:57:56 +02:00

46 lines
641 B
Plaintext

# Build outputs
bin/
obj/
out/
# Visual Studio
.vs/
*.user
*.suo
*.userosscache
*.sln.docstates
# JetBrains Rider
.idea/
# NuGet
*.nupkg
*.snupkg
packages/
# Logs / local state
*.log
*.tlog
# Local app data (testing)
*.local.json
# Large game build (sample only — should not be in repo)
ASTERION_VR/
# Server-side secrets — never commit (config.example.php sert de template)
server/api/config.php
server/builds/*
!server/builds/.gitkeep
# Plans
.claude/
# 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/