From 2691d270acb2a17d3b8ec0b2d1275bcc7cfdedd5 Mon Sep 17 00:00:00 2001 From: Oleg Zhulnev Date: Mon, 6 Jun 2022 15:18:54 +0300 Subject: [PATCH] Do not distribute specific CI workflows, tests and analyzer configs (#259) --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2e7cedf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Directories and files we do not want to distribute +/.* export-ignore +/tests/ export-ignore +/composer.lock export-ignore +/codeception.yml export-ignore +/phpunit.xml export-ignore +/psalm.xml export-ignore +/psalm-baseline.xml export-ignore