Initial source commit 🎉

This commit is contained in:
Tony Bark 2026-02-03 03:00:54 -05:00
commit 7d823aa78b
12 changed files with 305 additions and 0 deletions

27
.gitignore vendored Normal file
View file

@ -0,0 +1,27 @@
# .NET build outputs
bin/
obj/
*.dll
*.exe
*.pdb
# User-specific files
*.user
*.suo
*.userprefs
.vs/
.vscode/
.idea/
# Godot-specific ignores
project/.godot/
project/.import/
project/export_presets.cfg
# OS-specific
.DS_Store
Thumbs.db
# NuGet packages
*.nupkg
packages/