From 05b2c522ff9b2161b90ea67dab080b3c2d625a45 Mon Sep 17 00:00:00 2001 From: Kim Hallberg Date: Thu, 23 Feb 2023 08:18:27 +0100 Subject: [PATCH 1/2] Update `.gitignore` --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index eb003b0..ad69c6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,20 @@ +/.phpunit.cache /node_modules +/public/build /public/hot /public/storage /storage/*.key /vendor .env .env.backup +.env.production .phpunit.result.cache docker-compose.override.yml Homestead.json Homestead.yaml +auth.json npm-debug.log yarn-error.log +/.fleet /.idea /.vscode From 29b7c2f3dc50da48b3d4170c3e4cef0a6b0e75a0 Mon Sep 17 00:00:00 2001 From: Kim Hallberg Date: Thu, 23 Feb 2023 08:19:01 +0100 Subject: [PATCH 2/2] Fix deprecated XML configuration schema --- phpunit.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 9a50e8d..a417824 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -9,20 +9,20 @@ ./tests/Feature - + ./app - - - - - - - - - + + + + + + + + +