Sprite fixes: - Pad rectangular card images to squares with transparent pixels - Centers image to maintain aspect ratio in game preview UI Card values updated to new scale: - Common: 25, Uncommon: 100, Rare: 500 - Very Rare: 2500, Ultra Rare: 12500, Legendary: 62500 Deploy script improvements: - Add --no-example flag to exclude ExampleSet during testing - Show which sets are copied/skipped during deployment Git configuration: - Only track ExampleSet in CardSets/, ignore user content 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
31 lines
321 B
Plaintext
31 lines
321 B
Plaintext
# Build outputs
|
|
bin/
|
|
obj/
|
|
|
|
# IDE
|
|
.vs/
|
|
.vscode/
|
|
*.user
|
|
*.suo
|
|
|
|
# Claude Code private notes
|
|
.claude/scratchpad/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# NuGet
|
|
*.nupkg
|
|
packages/
|
|
|
|
# Debug logs
|
|
*.log
|
|
|
|
# Card sets - only ExampleSet is tracked in git
|
|
CardSets/*
|
|
!CardSets/ExampleSet/
|
|
|
|
# Preview image (generate your own)
|
|
# preview.png
|