feat: setup initial repo and smallest working scene

This commit is contained in:
Rijad Zuzo
2026-06-17 19:39:38 +02:00
commit 20027bed4b
11 changed files with 309 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
# Godot import cache
.import/
# Godot editor generated files
.godot/
# Export templates and builds
/export/
/exports/
/build/
/builds/
# Mono / C#
.mono/
data_*/
mono_crash.*
# Visual Studio / Rider
.vs/
.idea/
*.csproj
*.sln
*.user
*.DotSettings.user
# macOS
.DS_Store
# Linux
.directory
# Windows
Thumbs.db
desktop.ini
# Logs
*.log
# Temporary files
*.tmp
*.bak
# Godot crash reports
crash_handler*