From 25e24f3d3aa65d12251352fbc9e20b56b8cd4f3a Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Thu, 10 Jan 2019 22:32:44 +0100 Subject: [PATCH] Update the list of ignored files for export --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 3d1aaa2..a1f72e6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,9 @@ /features export-ignore +/tests export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.travis.yml export-ignore /behat.yml.dist export-ignore +/easy-coding-standard.yml export-ignore +/phpstan.neon export-ignore