diff --git a/.gitignore b/.gitignore
index eb003b01..ad69c6fe 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
diff --git a/phpunit.xml b/phpunit.xml
index 9a50e8de..a4178248 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -9,20 +9,20 @@
./tests/Feature
-
+
./app
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+