From b27db4a9aaed86ddd4ff05f7150b92f03785175d Mon Sep 17 00:00:00 2001 From: David Grudl Date: Thu, 29 Oct 2020 01:58:53 +0100 Subject: [PATCH] updated gitattributes --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 508ee715..3aa6270a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,5 +2,9 @@ .gitignore export-ignore .github export-ignore .travis.yml export-ignore -appveyor.yml export-ignore +ecs.php export-ignore +phpstan.neon export-ignore tests/ export-ignore + +*.sh eol=lf +*.php* diff=php linguist-language=PHP