From b1416fbe86ab91ff122bb7eaa80033aab60cd711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Janczak?= Date: Tue, 2 Jun 2026 09:18:03 +0200 Subject: [PATCH] chore: exclude art and tests folders from composer distribution using .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7aef2c5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +/art export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore