From d0a06593f5c2305f6720afc125664be5b366aac6 Mon Sep 17 00:00:00 2001 From: MohammadRezae Date: Mon, 26 May 2025 14:34:45 +0330 Subject: [PATCH 1/2] refactor(gitignore): Update .gitignore to exclude OS-generated and log files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c7cf1fa675f..6e3f88b5290 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ yarn-error.log /.nova /.vscode /.zed +.DS_Store +Thumbs.db +*.log From a9200af75d04db58094965753fb8a8f270fbcd8b Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 26 May 2025 10:17:24 -0700 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 6e3f88b5290..8cad22d04f4 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,21 +19,8 @@ /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 -/.fleet -/.idea -/.nova -/.vscode -/.zed -.DS_Store Thumbs.db -*.log +yarn-error.log