# Git Attributes pour le dossier Mariage

# Fichiers texte - normalisation des fins de ligne
*.md text eol=lf
*.txt text eol=lf
*.json text eol=lf
*.xml text eol=lf
*.html text eol=lf
*.css text eol=lf
*.js text eol=lf

# Fichiers binaires - traitement approprié
*.pdf binary
*.jpg binary
*.jpeg binary
*.png binary
*.gif binary
*.webp binary
*.ico binary
*.svg binary

# Fichiers Affinity Designer
*.afdesign binary
*.afphoto binary
*.afpub binary

# Fichiers Office
*.doc binary
*.docx binary
*.xls binary
*.xlsx binary
*.ppt binary
*.pptx binary

# Archives
*.zip binary
*.rar binary
*.7z binary
*.tar binary
*.gz binary

# Fichiers audio/vidéo
*.mp3 binary
*.mp4 binary
*.avi binary
*.mov binary
*.wav binary

# Configuration pour Git LFS (si activé)
# Décommentez et ajustez selon vos besoins
# *.pdf filter=lfs diff=lfs merge=lfs -text
# *.afdesign filter=lfs diff=lfs merge=lfs -text
# *.jpg filter=lfs diff=lfs merge=lfs -text
# *.png filter=lfs diff=lfs merge=lfs -text

# Langue par défaut pour les statistiques GitHub
*.md linguist-documentation=false
*.md linguist-detectable=true

# Exclusion de certains fichiers des statistiques
Documents/* linguist-documentation=true