From 2268197bb6ded591fcee8cf136ea086e1c2a8e50 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Fri, 10 Oct 2025 13:51:07 +0700 Subject: [PATCH] chore: adjust git ignore --- .gitignore | 37 +++++++++++++++---------------------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 18b36a9..27780a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,25 @@ -/.phpunit.cache -/node_modules -/public/build -/public/hot -/public/storage -/vendor +*.log +.DS_Store .env .env.backup .env.production .phpactor.json .phpunit.result.cache -Homestead.json -Homestead.yaml -npm-debug.log -yarn-error.log -/auth.json /.fleet /.idea /.nova +/.phpunit.cache /.vscode /.zed -*.Zone.Identifier -/storage/* -!/storage/.gitignore -!/storage/framework/ -!/storage/framework/cache/ -!/storage/framework/sessions/ -!/storage/framework/views/ -!/storage/logs/ -public/assets/homepage/*Zone.Identifier -Zone.Identifier -*Zone.Identifier +/auth.json +/node_modules +/public/build +/public/hot +/public/storage +/storage/*.key +/storage/pail +/vendor +Homestead.json +Homestead.yaml +Thumbs.db +.VSCodeCounter