From 827add2b1f05697be6bb113727ba8aa95e944d96 Mon Sep 17 00:00:00 2001 From: Dillon-Brown Date: Mon, 4 Mar 2019 12:06:27 +0000 Subject: [PATCH 1/3] Fixed #838 - Hosting company is blocking ports because of YamlRunnerTest.php --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..17626e0d8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Ignore tests +/tests export-ignore \ No newline at end of file From c523a4ac4c962e58b6e8aecd915120eb4df2cd46 Mon Sep 17 00:00:00 2001 From: Dillon Brown <26431166+Dillon-Brown@users.noreply.github.com> Date: Tue, 26 Mar 2019 04:51:43 +0000 Subject: [PATCH 2/3] Update .gitattributes --- .gitattributes | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 17626e0d8..b84caf042 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,13 @@ -# Ignore tests -/tests export-ignore \ No newline at end of file +# Files to exclude when creating archive +/tests export-ignore +/.github export-ignore +/.gitmodules export-ignore +/.gitignore export-ignore +/.php_cs export-ignore +/.travis.yml export-ignore +/.phpstan-src.neon export-ignore +/.phpstan-tests.neon export-ignore +/phpunit-integration.xml export-ignore +/phpunit.xml export-ignore +/ruleset.xml export-ignore +/travis export-ignore From 66036cada636fb1a6bea4c13e0bdc739a3308db6 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Mon, 8 Jul 2019 15:57:55 +0200 Subject: [PATCH 3/3] Added /util in gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index b84caf042..1111d65fd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,8 +6,10 @@ /.php_cs export-ignore /.travis.yml export-ignore /.phpstan-src.neon export-ignore +/.phpstan-src-71.neon export-ignore /.phpstan-tests.neon export-ignore /phpunit-integration.xml export-ignore /phpunit.xml export-ignore /ruleset.xml export-ignore /travis export-ignore +/util export-ignore