From 3081776fdfa2e3704ee08c6b6bc3b17a561a3e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20L=C3=B8vgaard?= Date: Wed, 11 Sep 2019 13:14:19 +0200 Subject: [PATCH] Added phpunit config file and editorconfig file to be ignored --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index e6f482d8..a658e162 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ /features export-ignore /spec export-ignore /tests export-ignore +/.editorconfig export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.scrutinizer.yml export-ignore @@ -10,4 +11,5 @@ /easy-coding-standard.yml export-ignore /phpspec.yml.dist export-ignore /phpstan.neon export-ignore +/phpunit.xml.dist export-ignore /README.md export-ignore