From 90e055ecd32c857dabf0ab569a9afc95cdbac7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 27 Oct 2023 13:47:19 +0000 Subject: [PATCH] Stop exporting development files --- .gitattributes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ba74e78..a5faba5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,6 @@ -/build export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/build/ export-ignore +/examples/ export-ignore +/phpcs.xml export-ignore