diff options
Diffstat (limited to '')
| -rw-r--r-- | .gitattributes | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index c55cc91..b02f465 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ -*.pdf filter=lfs diff=lfs merge=lfs -text -*.pptx filter=lfs diff=lfs merge=lfs -text +* text=auto eol=lf + +*.pdf filter=lfs diff=lfs merge=lfs -text export-ignore +*.pptx filter=lfs diff=lfs merge=lfs -text export-ignore |