CharacLab / .gitignore
Amirux-dev's picture
Fix config
5e4589b
raw
history blame contribute delete
613 Bytes
# Ignore EVERYTHING by default
*
# Whitelist (Allow these only)
!ThinFilm_Analyzer/
!ThinFilm_Analyzer/**
!Dockerfile
!README.md
!.gitignore
!start_production.bat
!start_app.bat
!upload_to_hf.py
# Force ignore sub-project folders
LPS_Streamlit_App/
# ... (others)
# Fix: Force ignore node_modules even if whitelisted above
ThinFilm_Analyzer/frontend/node_modules/
ThinFilm_Analyzer/backend/app/data_cache/
LPS_Streamlit_App/
LPS_Streamlit_App_GDrive/
Literature_Map_App/
NLP_Articles_Classification/
map_project_bibliography/
map_projet_biblio_NLP/
mapping_project/
projects/
scripts/
analysis_scripts/
.idea/