From 57a7359aab91664e44e545e5df9b6d6cb10e8b46 Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Mon, 25 Feb 2019 14:28:58 -0600 Subject: [PATCH] Change what files are included in the distributed release archives. --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 26c88a7f9..62df4e49a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,15 +16,15 @@ Dockerfile text eol=lf # Files that should be excluded from the Release zip/gz's /.github export-ignore +/.editorconfig export-ignore /tests export-ignore /util/docker export-ignore /util/openapi.php export-ignore +/util/phpstan.php export-ignore /util/unused.php export-ignore /*.yml export-ignore /*.yaml export-ignore +/*.neon export-ignore +/*.md export-ignore /.travis.yml export-ignore /docker.sh export-ignore -/README.md export-ignore -/SUPPORT.md export-ignore -/CODE_OF_CONDUCT.md export-ignore -/CONTRIBUTING.md export-ignore