From 66c296b7afed563789af91d08d37edfae06e863c Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Wed, 16 Dec 2020 17:21:11 -0800 Subject: [PATCH] Fix missing tests directory on Pipelines (#4303) --- .gitattributes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 246f94548..4caa07804 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ -tests export-ignore -.editorconfig export-ignore -.gitignore export-ignore -.travis.yml export-ignore -phpcs.xml.dist export-ignore +/tests export-ignore +/.editorconfig export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/phpcs.xml.dist export-ignore