From 12e19a9a3d83565d27a670c77a15891c2cbca84a Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 22 Jan 2021 10:53:35 +0100 Subject: [PATCH] "export-ignore" contracts and phpunit-bridge --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000..c255f66722075 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/src/Symfony/Contracts export-ignore +/src/Symfony/Bridge/PhpUnit export-ignore