From 748969030652e40d9fd10f59493f0624cea20162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kru=CC=88ss?= Date: Tue, 18 Aug 2020 13:55:36 -0700 Subject: [PATCH] include patch files in exports just to be safe See #642 --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ca9c9dab..34569e32 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,8 @@ * text=auto -/tests export-ignore +/tests/PHPUnit export-ignore +/tests/Predis export-ignore +/tests/bootstrap.php export-ignore /.editorconfig export-ignore /.gitattributes export-ignore /.gitignore export-ignore