Initial commit: R0Installer source, patch generator, API backend and build scripts
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+28
@@ -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
|
||||
Reference in New Issue
Block a user