From bc9950f2e25293ce4435d57f63df0834680cba51 Mon Sep 17 00:00:00 2001 From: Kim Hallberg Date: Thu, 23 Feb 2023 08:43:41 +0100 Subject: [PATCH] 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