Force include frontend/out and all backend logic
This commit is contained in:
parent
4a2677e72f
commit
b2108fb419
20
.gitignore
vendored
20
.gitignore
vendored
@ -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
|
|
||||||
Loading…
x
Reference in New Issue
Block a user