Set up project structure with: - .NET Standard 2.1 project targeting Duckov modding API - ModBehaviour entry point with card set loading system - Harmony patching infrastructure (depends on HarmonyLoadMod) - Pipe-separated card definition format for user-generated content - Example card set and documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
31 lines
358 B
Plaintext
31 lines
358 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 set images (user-generated content)
|
|
# Uncomment if you don't want to track example images
|
|
# CardSets/*/images/
|
|
|
|
# Preview image (generate your own)
|
|
# preview.png
|