openthebox/.gitignore
Samuel Bouchet e0cdc7a6de Add init.ps1 setup script, remove Loreline binaries from repo
- Add PowerShell init script that downloads Loreline v0.7.1 from GitHub
- Script also checks for .NET 10 SDK and restores NuGet packages
- Remove Loreline DLL/XML/deps from git tracking (now fetched by init.ps1)
- Update .gitignore to exclude entire lib/ directory
2026-03-10 18:49:26 +01:00

43 lines
377 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/
## Saves
saves/
## IDE
.idea/
*.swp
*~
.vscode/
## OS
Thumbs.db
.DS_Store
## Claude
.claude/