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>
This commit is contained in:
Tim Riddell
2026-03-26 20:30:24 +13:00
commit 7033595a90
6 changed files with 184 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Build output
bin/
obj/
releases/
# IDE
.vs/
.vscode/
*.user
*.suo
.idea/
*.iml
# OS
.DS_Store
Thumbs.db
# Logs
*.log