Initial Godot C# project setup

This commit is contained in:
2026-08-18 14:54:08 +01:00
commit f28d1184cc
6 changed files with 96 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Godot 4 specific ignores
.godot/
# C# and Visual Studio ignores
bin/
obj/
.vs/
*.csproj.user
# OS generated files
Thumbs.db
.DS_Store