Files
vs-vineyard/.gitignore
Tim Riddell 7033595a90 Initial project scaffold for VS Vineyard mod
Sets up C# .NET 8 project with modinfo.json, ModSystem entry point,
full asset directory structure, .gitignore, and README.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 20:30:24 +13:00

20 lines
122 B
Plaintext

# Build output
bin/
obj/
releases/
# IDE
.vs/
.vscode/
*.user
*.suo
.idea/
*.iml
# OS
.DS_Store
Thumbs.db
# Logs
*.log