From 992ece9fb9b8e0e9ec48d74e123731236788f343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 18 Mar 2023 23:45:32 +0100 Subject: [PATCH] Stop exporting development files (#24) --- .gitattributes | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index d22a563..b26fc57 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,18 +2,12 @@ # https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html # Ignore all test and documentation with "export-ignore". +/.editorconfig export-ignore /.github export-ignore /.gitattributes export-ignore /.gitignore export-ignore -/phpunit.xml.dist export-ignore /art export-ignore -/docs export-ignore +/composer.lock export-ignore +/phpunit.xml export-ignore +/pint.json export-ignore /tests export-ignore -/.editorconfig export-ignore -/.php_cs.dist.php export-ignore -/psalm.xml export-ignore -/psalm.xml.dist export-ignore -/testbench.yaml export-ignore -/UPGRADING.md export-ignore -/phpstan.neon.dist export-ignore -/phpstan-baseline.neon export-ignore \ No newline at end of file