From 31dbbf72de56b07b41fbcb7b1832faa65e37b6cd Mon Sep 17 00:00:00 2001 From: Maarten Paauw Date: Sat, 28 Dec 2024 16:08:24 +0100 Subject: [PATCH] fix: exclude `.devcontainer` directory from composer distribution package --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 8c24e4c..e05bb4e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ # Directories -/.github export-ignore -/tests export-ignore +/.devcontainer export-ignore +/.github export-ignore +/tests export-ignore # Files /.editorconfig export-ignore