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
|
||||
node_modules/
|
||||
.next/
|
||||
out/
|
||||
dist/
|
||||
# --- KEEP THESE (Removed from ignore list) ---
|
||||
# 'out/' is now allowed to be uploaded
|
||||
|
||||
# Python & Environments
|
||||
# --- EXCLUDE HEAVY DATA (The 1.2GB Bloat) ---
|
||||
.browser_profiles/
|
||||
node_modules/
|
||||
.venv/
|
||||
.next/
|
||||
|
||||
# --- EXCLUDE SYSTEM & CACHE ---
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
.history/
|
||||
.git/
|
||||
|
||||
# Scraper & Bot Caches
|
||||
.browser_profiles/
|
||||
|
||||
# Databases
|
||||
# --- EXCLUDE LOCAL DATABASES ---
|
||||
# Keeping the .py code, but ignoring the heavy data files
|
||||
*.db
|
||||
*.db-journal
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
*.sqlite3
|
||||
|
||||
# Temp & OS Files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Ghost_Temp_Export/
|
||||
*.zip
|
||||
# --- EXCLUDE LOCAL BACKUPS ---
|
||||
*.zip
|
||||
*.rar
|
||||
*.7z
|
||||
BIN
ProjectMap.txt
BIN
ProjectMap.txt
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user