From dd26e5318d9dfd3f3a29e6eed23b0a1f69e3ac67 Mon Sep 17 00:00:00 2001 From: Mark Beech Date: Fri, 13 Jan 2017 22:12:10 +0000 Subject: [PATCH] Don't ignore /stubs/phpunit.xml Think this is ignoring the `/stubs/phpunit.xml` which is making the `artisan dusk` command fail --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f39cc23ff..fad89f416 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,4 +5,4 @@ .gitattributes export-ignore .gitignore export-ignore .travis.yml export-ignore -phpunit.xml export-ignore +/phpunit.xml export-ignore