add gitattributes
This commit is contained in:
11
.gitattributes
vendored
11
.gitattributes
vendored
@@ -1,5 +1,4 @@
|
|||||||
# Git Attributes pour le dossier Mariage
|
# Git Attributes pour le dossier Mariage
|
||||||
|
|
||||||
# Fichiers texte - normalisation des fins de ligne
|
# Fichiers texte - normalisation des fins de ligne
|
||||||
*.md text eol=lf
|
*.md text eol=lf
|
||||||
*.txt text eol=lf
|
*.txt text eol=lf
|
||||||
@@ -8,7 +7,6 @@
|
|||||||
*.html text eol=lf
|
*.html text eol=lf
|
||||||
*.css text eol=lf
|
*.css text eol=lf
|
||||||
*.js text eol=lf
|
*.js text eol=lf
|
||||||
|
|
||||||
# Fichiers binaires - traitement approprié
|
# Fichiers binaires - traitement approprié
|
||||||
*.pdf binary
|
*.pdf binary
|
||||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||||
@@ -18,12 +16,10 @@
|
|||||||
*.webp binary
|
*.webp binary
|
||||||
*.ico binary
|
*.ico binary
|
||||||
*.svg binary
|
*.svg binary
|
||||||
|
|
||||||
# Fichiers Affinity Designer
|
# Fichiers Affinity Designer
|
||||||
*.afdesign binary
|
*.afdesign binary
|
||||||
*.afphoto binary
|
*.afphoto binary
|
||||||
*.afpub binary
|
*.afpub binary
|
||||||
|
|
||||||
# Fichiers Office
|
# Fichiers Office
|
||||||
*.doc binary
|
*.doc binary
|
||||||
*.docx binary
|
*.docx binary
|
||||||
@@ -31,31 +27,26 @@
|
|||||||
*.xlsx binary
|
*.xlsx binary
|
||||||
*.ppt binary
|
*.ppt binary
|
||||||
*.pptx binary
|
*.pptx binary
|
||||||
|
|
||||||
# Archives
|
# Archives
|
||||||
*.zip binary
|
*.zip binary
|
||||||
*.rar binary
|
*.rar binary
|
||||||
*.7z binary
|
*.7z binary
|
||||||
*.tar binary
|
*.tar binary
|
||||||
*.gz binary
|
*.gz binary
|
||||||
|
|
||||||
# Fichiers audio/vidéo
|
# Fichiers audio/vidéo
|
||||||
*.mp3 binary
|
*.mp3 binary
|
||||||
*.mp4 binary
|
*.mp4 binary
|
||||||
*.avi binary
|
*.avi binary
|
||||||
*.mov binary
|
*.mov binary
|
||||||
*.wav binary
|
*.wav binary
|
||||||
|
|
||||||
# Configuration pour Git LFS (si activé)
|
# Configuration pour Git LFS (si activé)
|
||||||
# Décommentez et ajustez selon vos besoins
|
# Décommentez et ajustez selon vos besoins
|
||||||
# *.pdf filter=lfs diff=lfs merge=lfs -text
|
# *.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
# *.afdesign filter=lfs diff=lfs merge=lfs -text
|
# *.afdesign filter=lfs diff=lfs merge=lfs -text
|
||||||
# *.jpg filter=lfs diff=lfs merge=lfs -text
|
# *.jpg filter=lfs diff=lfs merge=lfs -text
|
||||||
# *.png filter=lfs diff=lfs merge=lfs -text
|
# *.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
# Langue par défaut pour les statistiques GitHub
|
# Langue par défaut pour les statistiques GitHub
|
||||||
*.md linguist-documentation=false
|
*.md linguist-documentation=false
|
||||||
*.md linguist-detectable=true
|
*.md linguist-detectable=true
|
||||||
|
|
||||||
# Exclusion de certains fichiers des statistiques
|
# Exclusion de certains fichiers des statistiques
|
||||||
Documents/* linguist-documentation=true
|
Documents/* linguist-documentation=true
|
||||||
|
|||||||
Reference in New Issue
Block a user