From 1f1f06679fc3a4267611b489fdc416566323eceb Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Sun, 9 Jun 2024 21:12:10 -0400 Subject: [PATCH] Add exclusions to composer.json --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index f3c3323..0cd85ed 100644 --- a/composer.json +++ b/composer.json @@ -37,5 +37,8 @@ "Test\\Integration\\": "./tests/integration", "Test\\Integration\\SQLite\\": "./tests/integration/sqlite" } + }, + "archive": { + "exclude": [ "/tests", "/.gitattributes", "/.gitignore", "/.git", "/composer.lock" ] } } \ No newline at end of file