6124d6060c
Co-authored-by: Cursor <cursoragent@cursor.com>
29 lines
349 B
Plaintext
29 lines
349 B
Plaintext
# ---- 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
|