Add initial project files including .gitignore, LICENSE, README, and documentation

This commit is contained in:
2026-05-27 14:36:17 +02:00
commit 9d966364b5
8 changed files with 648 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# instructions
.github/instructions/
# GoDot files
*.import
*.godot
# OS files
.DS_Store
Thumbs.db
# Build files
build/
bin/
obj/