openthebox/.gitignore
Samuel Bouchet 9c4fd0d73a Fix runtime deserialization bugs, add test suite and publish support
- Fix LootTable.GuaranteedRolls type (int -> List<string>) to match JSON schema
- Fix BoxEngine guaranteed rolls to iterate item IDs directly
- Fix BoxEngine resource condition evaluation for "any" targetId
- Make ItemDefinition.DescriptionKey optional
- Fix font meta item nameKeys to use proper localization keys
- Add 43 xUnit content validation tests (deserialization, cross-refs, localization)
- Add self-contained single-file publish via publish.ps1
- Update README with distribute and test sections
2026-03-10 19:25:02 +01:00

44 lines
386 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/