From 30e00c96bf5f679c22c8bdf886905a6771fc6eaa Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Sat, 24 Sep 2022 06:38:31 -0700 Subject: [PATCH] Exclude static analysis configuration file from git archive --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 32cfb4c..8830e8f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,4 @@ /.gitattributes export-ignore /.gitignore export-ignore /TROUBLESHOOTING.md export-ignore +/psalm.xml