From 5418502ac88e3a6a88367b44ca40180e8269ed9f Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 30 Apr 2025 17:36:03 +0200 Subject: [PATCH] chore: improve repo root .gitignore --- .gitignore | 55 +++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 38 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 5ac0f2a9c..af9ac1a29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,45 @@ -/.phpunit.cache -/node_modules -/public/build -/public/hot -/public/storage -/storage/*.key -/storage/pail -/vendor .env -.env.backup -.env.production -.phpactor.json -.phpunit.result.cache -Homestead.json -Homestead.yaml -npm-debug.log -yarn-error.log -/auth.json +.env.* +!.env.testing +!.env.example +!.env.development.example +!.env.production.example + +.bash_history +.ssh + +.bun +.npm +node_modules +/vendor + +/.cursor /.fleet /.idea /.nova /.vscode /.zed + +*.log + .DS_Store +Thumbs.db + +*.sqlite* + +/auth.json +.ignition.json +.phpactor.json +.phpunit.cache +.phpunit.result.cache +Homestead.json +Homestead.yaml + +/public/build/ +/public/hot/ +/public/storage/ + +/storage/** +!/storage/app +!/storage/framework +!/storage/logs