From 30001594b9c3aef28912db86db8d05ddcfad0ac8 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Tue, 16 Jul 2024 16:13:14 +0200 Subject: [PATCH] update git settings --- .gitattributes | 10 ++++++++++ .gitignore | 1 + 2 files changed, 11 insertions(+) diff --git a/.gitattributes b/.gitattributes index bc54a72..ae1669d 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 4046058..e0bdee6 100644 --- a/.gitignore +++ b/.gitignore @@ -32,5 +32,6 @@ npm-debug.log .vlt .vlt-sync* .brackets.json +.aio dependency-reduced-pom.xml \ No newline at end of file