chore: exclude art and tests folders from composer distribution using .gitattributes

This commit is contained in:
Bartłomiej Janczak
2026-06-02 09:18:03 +02:00
parent 59e4fc0e6b
commit b1416fbe86

4
.gitattributes vendored Normal file
View File

@@ -0,0 +1,4 @@
/art export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore