From 0e1c6e7991c1fd2cce76c1618ef2d879d2a9f015 Mon Sep 17 00:00:00 2001 From: Pixsaoul Date: Sun, 23 Nov 2025 02:50:14 +0100 Subject: [PATCH] add gitattributes --- .gitattributes | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index 6093db6..4ced3dc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,4 @@ # Git Attributes pour le dossier Mariage - # Fichiers texte - normalisation des fins de ligne *.md text eol=lf *.txt text eol=lf @@ -8,7 +7,6 @@ *.html text eol=lf *.css text eol=lf *.js text eol=lf - # Fichiers binaires - traitement approprié *.pdf binary *.jpg filter=lfs diff=lfs merge=lfs -text @@ -18,12 +16,10 @@ *.webp binary *.ico binary *.svg binary - # Fichiers Affinity Designer *.afdesign binary *.afphoto binary *.afpub binary - # Fichiers Office *.doc binary *.docx binary @@ -31,31 +27,26 @@ *.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 \ No newline at end of file +Documents/* linguist-documentation=true