From aa82e20593671731c0c8e84dc01a6ee51df45e3d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 20 Mar 2023 20:19:16 +0200 Subject: [PATCH] .gitattributes: overthinking, export-ignore --- .gitattributes | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index e452138..6ff083f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,8 @@ - text=auto eol=lf merge=union +* text=auto eol=lf merge=union +.editorconfig text eol=lf export-ignore +.gitattributes text eol=lf export-ignore +.gitignore text eol=lf export-ignore +#LICENSE text eol=lf export-ignore +.pre-commit-config.yaml text eol=lf export-ignore +README.md text eol=lf export-ignore *.pdf filter=lfs diff=lfs merge=lfs -text