Initial commit: R0Installer source, patch generator, API backend and build scripts

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-27 18:03:44 +08:00
commit 6124d6060c
33 changed files with 8389 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# ---- Secrets / local config ----
api/config.php
# ---- Large binary app builds & patches (kept out of git) ----
versions/
ac_versions/
atlas/
maizhama/
buy/
bak/
vmp/
# ---- Compiled binaries / archives ----
*.exe
*.zip
*.dll
*.pdb
# ---- .NET build output ----
**/bin/
**/obj/
# ---- Editor / OS ----
.vs/
.idea/
*.user
Thumbs.db
desktop.ini