Séparation restauration de Cuisine
This commit is contained in:
30
.gitignore
vendored
30
.gitignore
vendored
@@ -23,18 +23,26 @@ dist/
|
||||
# Fichiers temporaires d'Excel (~$fichier.xlsm)
|
||||
~$*.xls*
|
||||
~$*.xlsm
|
||||
# On versionne 1 seul fichier prod "pivot" ; on ignore les exports datés
|
||||
Excel/prod/Ratio_prod_20*.xlsm
|
||||
!Excel/prod/Ratio_prod.xlsm
|
||||
Excel/dev/**
|
||||
!Excel/dev/.gitkeep
|
||||
|
||||
# ----- Dossiers Auth livrables -----
|
||||
# On n’embarque pas les exe ni .env dans le repo (tu livreras ça en zip)
|
||||
Excel/**/Auth/*.exe
|
||||
Excel/**/Auth/*.dll
|
||||
Excel/**/Auth/*.pdb
|
||||
Excel/**/Auth/.env
|
||||
# Caches Excel / fichiers locaux non utiles
|
||||
Excel/**/Desktop/
|
||||
Excel/**/InventairesCache/
|
||||
|
||||
# Archives prod : on les ignore (elles sont recréées par le .bat)
|
||||
Excel/prod/Ratio_Cuisine_20*.xlsm
|
||||
Excel/prod/Ratio_Restauration_20*.xlsm
|
||||
|
||||
# On versionne uniquement les fichiers prod "pivots"
|
||||
!Excel/prod/Ratio_Cuisine.xlsm
|
||||
!Excel/prod/Ratio_Cuisine_VERSION.txt
|
||||
!Excel/prod/Ratio_Restauration.xlsm
|
||||
!Excel/prod/Ratio_Restauration_VERSION.txt
|
||||
|
||||
# On ignore tout le dev (fichiers de travail)
|
||||
Excel/dev/
|
||||
# (Optionnel si tu veux garder le dossier vide dans Git)
|
||||
# !Excel/dev/.gitkeep
|
||||
|
||||
|
||||
# ----- Systèmes / IDE -----
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user