From 573f5219650b46f148abe1b97a009bafdfc669c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Wer=C5=82os?= Date: Tue, 26 Nov 2019 17:08:22 +0100 Subject: [PATCH] Update .gitattributes --- .gitattributes | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2c5a15e6..0ace0bec 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ -.* export-ignore -*.md export-ignore -tests export-ignore +/bin/ export-ignore +/Resources/ export-ignore +/tests/ export-ignore +/.* export-ignore +/CODE_OF_CONDUCT.md export-ignore +/phpunit.xml.dist export-ignore