Add exclusions to composer.json

This commit is contained in:
Daniel J. Summers 2024-06-09 21:12:10 -04:00
parent 2902059cd4
commit 1f1f06679f

View File

@ -37,5 +37,8 @@
"Test\\Integration\\": "./tests/integration",
"Test\\Integration\\SQLite\\": "./tests/integration/sqlite"
}
},
"archive": {
"exclude": [ "/tests", "/.gitattributes", "/.gitignore", "/.git", "/composer.lock" ]
}
}