From 0a431935c59dcc661c5c44d127149fdd968e0b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Wer=C5=82os?= Date: Wed, 13 Mar 2019 18:37:20 +0100 Subject: [PATCH] Update .gitattributes --- .gitattributes | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2b74e9c..385679d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,5 @@ +/dev-tools/ export-ignore /tests/ export-ignore -/.editorconfig export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/.php_cs.dist export-ignore -/.travis.yml export-ignore +/.* export-ignore +/phpmd.xml export-ignore +/phpunit.xml.dist export-ignore