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

20
.gitignore vendored
View File

@ -1,27 +1,19 @@
# --- KEEP THESE (Removed from ignore list) ---
# 'out/' is now allowed to be uploaded
# --- DO NOT IGNORE THESE (Will 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/
node_modules/
.venv/
.next/
# --- EXCLUDE SYSTEM & CACHE ---
.history/
__pycache__/
*.pyc
.history/
.git/
# --- EXCLUDE LOCAL DATABASES ---
# Keeping the .py code, but ignoring the heavy data files
# --- EXCLUDE HEAVY LOCAL DATA ---
*.db
*.db-journal
*.db-shm
*.db-wal
*.sqlite3
# --- EXCLUDE LOCAL BACKUPS ---
*.zip
*.rar
*.7z
*.rar