efd-trading-card-base/.gitignore
Cal Corum d3d3b998c3 Disable card packs, add project skills, update workshop config
- 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>
2025-12-30 13:24:05 -06:00

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