Add initial build workflow, project configuration, and asset structure for Chemo-Sim

This commit is contained in:
2026-05-30 13:03:09 +02:00
parent 4101196074
commit 5ef67634d0
22 changed files with 178 additions and 7 deletions
+18 -7
View File
@@ -1,14 +1,25 @@
# instructions
.github/instructions/
# GoDot files
# Godot 4+ specific (do NOT ignore project.godot — it must be tracked)
.godot/
.import/
*.import
*.godot
export.cfg
export_credentials.cfg
*.translation
# OS files
# Local toolchain (downloaded Godot editor + export templates)
tools/
# Build outputs
build/
!build/.gitkeep
bin/
obj/
# OS / editor cruft
.DS_Store
Thumbs.db
# Build files
bin/
obj/
*.swp
*~