chore: adjust git ignore

This commit is contained in:
Yoga Pangestu 2025-10-10 13:51:07 +07:00
parent 920cad26d2
commit 2268197bb6

37
.gitignore vendored
View File

@ -1,32 +1,25 @@
/.phpunit.cache *.log
/node_modules .DS_Store
/public/build
/public/hot
/public/storage
/vendor
.env .env
.env.backup .env.backup
.env.production .env.production
.phpactor.json .phpactor.json
.phpunit.result.cache .phpunit.result.cache
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/auth.json
/.fleet /.fleet
/.idea /.idea
/.nova /.nova
/.phpunit.cache
/.vscode /.vscode
/.zed /.zed
*.Zone.Identifier /auth.json
/storage/* /node_modules
!/storage/.gitignore /public/build
!/storage/framework/ /public/hot
!/storage/framework/cache/ /public/storage
!/storage/framework/sessions/ /storage/*.key
!/storage/framework/views/ /storage/pail
!/storage/logs/ /vendor
public/assets/homepage/*Zone.Identifier Homestead.json
Zone.Identifier Homestead.yaml
*Zone.Identifier Thumbs.db
.VSCodeCounter