From 9feacb0e68629e1f1b18655cdf81126a364b2579 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Tue, 16 Jul 2024 16:13:50 +0200 Subject: [PATCH] update git settings --- .gitattributes | 10 ++++++++++ .gitignore | 1 + 2 files changed, 11 insertions(+) diff --git a/.gitattributes b/.gitattributes index bc54a723..ae1669dd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,14 @@ # Declare text files with unix file ending +*.any text eol=lf +*.cfg text eol=lf *.conf text eol=lf *.config text eol=lf *.css text eol=lf *.dtd text eol=lf *.esp text eol=lf *.ecma text eol=lf +*.farm text eol=lf +*.gdsl text eol=lf *.groovy text eol=lf *.hbrs text eol=lf *.hbs text eol=lf @@ -15,6 +19,7 @@ *.js text eol=lf *.json text eol=lf *.jsp text eol=lf +*.md text eol=lf *.mustache text eol=lf *.tld text eol=lf *.launch text eol=lf @@ -24,6 +29,8 @@ *.project text eol=lf *.properties text eol=lf *.props text eol=lf +*.py text eol=lf +*.rules text eol=lf *.sass text eol=lf *.scss text eol=lf *.sh text eol=lf @@ -31,7 +38,10 @@ *.shtml text eol=lf *.sql text eol=lf *.svg text eol=lf +*.tf text eol=lf +*.ts text eol=lf *.txt text eol=lf +*.vhost text eol=lf *.vm text eol=lf *.xml text eol=lf *.xsd text eol=lf diff --git a/.gitignore b/.gitignore index 8149e9db..159cd5bb 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ npm-debug.log .vlt .vlt-sync* .brackets.json +.aio