From bd831dae86fc8a626eb11c28de5aa74f5a59bdf9 Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Mon, 17 Feb 2025 07:18:10 +0100 Subject: [PATCH] Update .gitattributes Don't export `.devcontainer`, it's not needed for composer based installation --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index febd2839..b1b45edb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ +/.devcontainer export-ignore /.gitattributes export-ignore /.github export-ignore /.gitignore export-ignore