-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
32 lines (32 loc) · 1.35 KB
/
.gitattributes
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
# https://docs.github.com/en/github/using-git/configuring-git-to-handle-line-endings
# Command to show all line endings:
# git ls-tree -r HEAD --name-only | perl -ne 'print $1 if m/\.([^.\/]+)$/' | sort -u
# Set the default behavior, in case people don't have core.autocrlf set.
* text=unix eol=lf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.rst text eol=lf
*.txt text eol=lf
*.py text eol=lf
*.inp text eol=lf
*.log text eol=lf
*.yaml text eol=lf
*.sh text eol=lf
*.md text eol=lf
*.jou text eol=lf
*.msg text eol=lf
*.sta text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.svg filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.cae filter=lfs diff=lfs merge=lfs -text
*.prt filter=lfs diff=lfs merge=lfs -text
*.sim filter=lfs diff=lfs merge=lfs -text
*.ico filter=lfs diff=lfs merge=lfs -text
modsim_template/docs/mesh_convergence_stress.pdf filter=lfs diff=lfs merge=lfs -text
modsim_template/docs/rectangle_schematic.pdf filter=lfs diff=lfs merge=lfs -text
modsim_template/docs/stress_strain_comparison.pdf filter=lfs diff=lfs merge=lfs -text
docs/favicon.ico filter=lfs diff=lfs merge=lfs -text
docs/_static/wave.svg filter=lfs diff=lfs merge=lfs -text