Include 'out' folder and ensure all backend logic is tracked
This commit is contained in:
parent
d76b886247
commit
4a2677e72f
36
.gitignore
vendored
36
.gitignore
vendored
@ -1,27 +1,27 @@
|
|||||||
# Node & Frontend
|
# --- KEEP THESE (Removed from ignore list) ---
|
||||||
node_modules/
|
# 'out/' is now allowed to be uploaded
|
||||||
.next/
|
|
||||||
out/
|
|
||||||
dist/
|
|
||||||
|
|
||||||
# Python & Environments
|
# --- EXCLUDE HEAVY DATA (The 1.2GB Bloat) ---
|
||||||
|
.browser_profiles/
|
||||||
|
node_modules/
|
||||||
|
.venv/
|
||||||
|
.next/
|
||||||
|
|
||||||
|
# --- EXCLUDE SYSTEM & CACHE ---
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
.venv/
|
.history/
|
||||||
venv/
|
.git/
|
||||||
env/
|
|
||||||
|
|
||||||
# Scraper & Bot Caches
|
# --- EXCLUDE LOCAL DATABASES ---
|
||||||
.browser_profiles/
|
# Keeping the .py code, but ignoring the heavy data files
|
||||||
|
|
||||||
# Databases
|
|
||||||
*.db
|
*.db
|
||||||
|
*.db-journal
|
||||||
*.db-shm
|
*.db-shm
|
||||||
*.db-wal
|
*.db-wal
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
|
|
||||||
# Temp & OS Files
|
# --- EXCLUDE LOCAL BACKUPS ---
|
||||||
.DS_Store
|
*.zip
|
||||||
Thumbs.db
|
*.rar
|
||||||
Ghost_Temp_Export/
|
*.7z
|
||||||
*.zip
|
|
||||||
BIN
ProjectMap.txt
BIN
ProjectMap.txt
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user