From 66578278ee481c06dffb00da05910b2f99818154 Mon Sep 17 00:00:00 2001 From: MohammadRezaei <135225767+mohammadRezaei1380@users.noreply.github.com> Date: Mon, 26 May 2025 20:47:33 +0330 Subject: [PATCH] Enhance .gitignore to exclude common OS and log files (#6619) * refactor(gitignore): Update .gitignore to exclude OS-generated and log files * Update .gitignore --------- Co-authored-by: Taylor Otwell --- .gitignore | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index c7cf1fa6..8cad22d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,17 @@ +*.log +.DS_Store +.env +.env.backup +.env.production +.phpactor.json +.phpunit.result.cache +/.fleet +/.idea +/.nova /.phpunit.cache +/.vscode +/.zed +/auth.json /node_modules /public/build /public/hot @@ -6,18 +19,8 @@ /storage/*.key /storage/pail /vendor -.env -.env.backup -.env.production -.phpactor.json -.phpunit.result.cache Homestead.json Homestead.yaml npm-debug.log +Thumbs.db yarn-error.log -/auth.json -/.fleet -/.idea -/.nova -/.vscode -/.zed