Add initial build workflow, project configuration, and asset structure for Chemo-Sim
This commit is contained in:
+18
-7
@@ -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
|
||||
*~
|
||||
Reference in New Issue
Block a user