From fe5f51e97b7029839e9ec8f3d0926bbbb1fddd7e Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 10 Aug 2023 17:48:33 +0200 Subject: [PATCH] [TASK] Add .gitattributes file --- .gitattributes | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0eed2d4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,34 @@ +# Folders +/.ddev export-ignore +/.github export-ignore +/.vscode export-ignore +/.Build export-ignore +/Build/ export-ignore +/Tests/ export-ignore + +# Files +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +docker-compose.yaml export-ignore + +# Enforce checkout with linux lf consistent over all plattforms +*.xml text eol=lf +*.html text eol=lf +*.css text eol=lf +*.scss text eol=lf +*.svg text eol=lf +*.tmpl text eol=lf +*.js text eol=lf +*.json text eol=lf +*.php text eol=lf +*.rst text eol=lf +*.md text eol=lf +*.yml text eol=lf +*.ts text eol=lf +*.xlf text eol=lf +*.sql text eol=lf +*.t3s text eol=lf +*.txt text eol=lf +*.typoscript text eol=lf +*.tsconfig text eol=lf