Force include frontend/out and all backend logic

This commit is contained in:
abbashkyt-creator 2026-03-14 17:30:14 +03:00
parent 4a2677e72f
commit b2108fb419

18
.gitignore vendored
View File

@ -1,27 +1,19 @@
# --- KEEP THESE (Removed from ignore list) --- # --- DO NOT IGNORE THESE (Will be uploaded) ---
# 'out/' is now allowed to be uploaded # frontend/out/ is NOT in this list, so it will be tracked.
# --- EXCLUDE HEAVY DATA (The 1.2GB Bloat) --- # --- EXCLUDE THE 1.2GB BLOAT ONLY ---
.browser_profiles/ .browser_profiles/
node_modules/ node_modules/
.venv/ .venv/
.next/ .next/
.history/
# --- EXCLUDE SYSTEM & CACHE ---
__pycache__/ __pycache__/
*.pyc *.pyc
.history/
.git/
# --- EXCLUDE LOCAL DATABASES --- # --- EXCLUDE HEAVY LOCAL DATA ---
# Keeping the .py code, but ignoring the heavy data files
*.db *.db
*.db-journal
*.db-shm *.db-shm
*.db-wal *.db-wal
*.sqlite3 *.sqlite3
# --- EXCLUDE LOCAL BACKUPS ---
*.zip *.zip
*.rar *.rar
*.7z