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 <taylor@laravel.com>
This commit is contained in:
MohammadRezaei
2025-05-26 20:47:33 +03:30
committed by GitHub
parent 1c027454d9
commit 66578278ee

25
.gitignore vendored
View File

@@ -1,4 +1,17 @@
*.log
.DS_Store
.env
.env.backup
.env.production
.phpactor.json
.phpunit.result.cache
/.fleet
/.idea
/.nova
/.phpunit.cache /.phpunit.cache
/.vscode
/.zed
/auth.json
/node_modules /node_modules
/public/build /public/build
/public/hot /public/hot
@@ -6,18 +19,8 @@
/storage/*.key /storage/*.key
/storage/pail /storage/pail
/vendor /vendor
.env
.env.backup
.env.production
.phpactor.json
.phpunit.result.cache
Homestead.json Homestead.json
Homestead.yaml Homestead.yaml
npm-debug.log npm-debug.log
Thumbs.db
yarn-error.log yarn-error.log
/auth.json
/.fleet
/.idea
/.nova
/.vscode
/.zed