From 22ba59e25e5268df93ad931f0060d836d2296d4a Mon Sep 17 00:00:00 2001 From: Eric Fortmeyer Date: Mon, 27 Feb 2023 13:06:39 -0600 Subject: [PATCH] build: prune dist Some unnecessary folders are showing up the installation. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4fd1c23..23dfd8a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,5 +18,7 @@ /README.md export-ignore /SECURITY.md export-ignore /tests export-ignore +/docs +/.vscode *.php diff=php