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) ---
|
||||
# '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
|
||||
Loading…
x
Reference in New Issue
Block a user