From b2108fb419c028601cb40e6fdaf2395ade0693a2 Mon Sep 17 00:00:00 2001 From: abbashkyt-creator Date: Sat, 14 Mar 2026 17:30:14 +0300 Subject: [PATCH] Force include frontend/out and all backend logic --- .gitignore | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 8f98fb7..7d2d6ba 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +*.rar \ No newline at end of file