openthebox/.gitignore
Samuel Bouchet 1b6b635335 Add Windows launcher scripts and include them in publish output
LaunchOpenTheBox.cmd + Launch.ps1 set UTF-8 encoding, window title,
and error feedback. Fallback chain: Windows Terminal → pwsh → powershell → cmd.
Scripts are auto-copied to publish root via the csproj.
Also adds builds/ to .gitignore and updates README distribute section.
2026-03-15 17:42:44 +01:00

46 lines
No EOL
393 B
Text

## .NET
bin/
obj/
*.user
*.suo
*.userosscache
*.sln.docstates
.vs/
*.dll
*.pdb
*.exe
## NuGet
**/[Pp]ackages/*
!**/[Pp]ackages/build/
*.nupkg
**/[Pp]roject.lock.json
project.assets.json
## Loreline (downloaded by init.ps1)
lib/
## Build results
[Dd]ebug/
[Rr]elease/
x64/
x86/
publish/
## Saves
saves/
## IDE
.idea/
*.swp
*~
.vscode/
## OS
Thumbs.db
.DS_Store
## Claude
.claude/
builds