From dbc04b767c4d81661d9bdff0cea8ae0acf8c00b1 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Sun, 8 Aug 2021 11:43:08 +0200 Subject: [PATCH] Do not export psalm.xml in dist --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index c821984..c118fb2 100755 --- a/.gitattributes +++ b/.gitattributes @@ -7,4 +7,5 @@ .travis.yml export-ignore tests/ export-ignore phpunit.xml export-ignore +psalm.xml export-ignore static-analysis/ export-ignore