diff --git a/.gitignore b/.gitignore index 7be55e2..23ae75d 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ _ide_helper.php Homestead.json Homestead.yaml Thumbs.db +phpunit.xml diff --git a/phpunit.xml b/phpunit.xml deleted file mode 100644 index 9a3432b..0000000 --- a/phpunit.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - tests/Unit - - - tests/Feature - - - - - app - - - - - - - - - - - - - - - - diff --git a/vite.config.js b/vite.config.js index aa58671..3255137 100644 --- a/vite.config.js +++ b/vite.config.js @@ -35,6 +35,9 @@ export default defineConfig({ server: { host: '0.0.0.0', port: 5173, + watch: { + ignored: ['**/storage/framework/views/**'], + }, hmr: { host: 'app.dev.lernschiff.com', protocol: 'wss',