From 06dc81eae267c8d07485fa81ccd41cc3346cc776 Mon Sep 17 00:00:00 2001 From: Maarten Paauw Date: Mon, 21 Aug 2023 09:27:01 +0200 Subject: [PATCH] Do not include pint.json in a release --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index f0c6ebd..9c9472b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,6 +20,7 @@ /phpstan.neon.dist export-ignore /postcss.config.js export-ignore /phpunit.xml.dist export-ignore +/pint.json export-ignore /psalm.xml export-ignore /psalm.xml.dist export-ignore /tailwind.config.js export-ignore