- Disable card pack creation (feature not working, moved to upcoming) - Add /build and /deploy project skills for workflow automation - Add workshop files to .gitignore - Update CLAUDE.md with project skills section and status 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
37 lines
420 B
Plaintext
37 lines
420 B
Plaintext
# Build outputs
|
|
bin/
|
|
obj/
|
|
|
|
# IDE
|
|
.vs/
|
|
.vscode/
|
|
*.user
|
|
*.suo
|
|
|
|
# Claude Code private notes
|
|
.claude/scratchpad/
|
|
.claude/skills/
|
|
|
|
# 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
|
|
|
|
# Steam Workshop (local config)
|
|
workshop-staging/
|
|
workshop.vdf
|
|
workshop-upload.sh
|