-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
44 lines (44 loc) · 1.28 KB
/
Copy path.gitattributes
File metadata and controls
44 lines (44 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# -------------------------------------------------
# Texte : normaliser les fins de lignes
# -------------------------------------------------
* text=auto
# Code & configs → LF partout
*.py text eol=lf
*.sh text eol=lf
*.bash text eol=lf
*.xml text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.cfg text eol=lf
*.json text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
# CSV : texte (diff utile), LF
*.csv text eol=lf
# -------------------------------------------------
# Binaires : pas de diff / merge
# -------------------------------------------------
*.png binary
*.jpg binary
*.jpeg binary
*.pdf binary
*.npz binary
# Sorties ParaView / VTK / Ensight (même si ignorées, c'est safe)
*.vtu binary
*.pvtu binary
*.pvd binary
*.vtk binary
*.vtm binary
*.vtmb binary
*.case binary
# -------------------------------------------------
# Git LFS : maillages (dossier MESH) et formats lourds
# -------------------------------------------------
**/MESH/** filter=lfs diff=lfs merge=lfs -text
*.med filter=lfs diff=lfs merge=lfs -text
*.mmed filter=lfs diff=lfs merge=lfs -text
*.rmed filter=lfs diff=lfs merge=lfs -text
*.msh filter=lfs diff=lfs merge=lfs -text
*.cgns filter=lfs diff=lfs merge=lfs -text
*.unv filter=lfs diff=lfs merge=lfs -text
*.hdf filter=lfs diff=lfs merge=lfs -text