diff --git a/.gitignore b/.gitignore index 1405403e9..0bbbbd7db 100644 --- a/.gitignore +++ b/.gitignore @@ -4,16 +4,14 @@ /public/storage /storage/*.key /vendor - .env .env.backup -/.phpunit.cache Homestead.json Homestead.yaml auth.json npm-debug.log yarn-error.log +/.fleet /.idea +/.phpunit.cache /.vscode - -/.phpunit.cache \ No newline at end of file diff --git a/.phpunit.result.cache b/.phpunit.result.cache deleted file mode 100644 index e4b8d6fb0..000000000 --- a/.phpunit.result.cache +++ /dev/null @@ -1 +0,0 @@ -{"version":1,"defects":[],"times":{"Tests\\Unit\\ExampleTest::test_that_true_is_true":0.005,"Tests\\Feature\\ExampleTest::test_the_application_returns_a_successful_response":0.082}} \ No newline at end of file diff --git a/config/speedtest.php b/config/speedtest.php index 8c9769dcb..80b18fdcf 100644 --- a/config/speedtest.php +++ b/config/speedtest.php @@ -6,7 +6,7 @@ /** * Build information */ - 'build_date' => Carbon::parse('2023-05-09'), + 'build_date' => Carbon::parse('2023-05-12'), - 'build_version' => '0.11.15', + 'build_version' => '0.11.16', ];