chore: adjust git ignore
This commit is contained in:
parent
920cad26d2
commit
2268197bb6
37
.gitignore
vendored
37
.gitignore
vendored
@ -1,32 +1,25 @@
|
||||
/.phpunit.cache
|
||||
/node_modules
|
||||
/public/build
|
||||
/public/hot
|
||||
/public/storage
|
||||
/vendor
|
||||
*.log
|
||||
.DS_Store
|
||||
.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
|
||||
/.phpunit.cache
|
||||
/.vscode
|
||||
/.zed
|
||||
*.Zone.Identifier
|
||||
/storage/*
|
||||
!/storage/.gitignore
|
||||
!/storage/framework/
|
||||
!/storage/framework/cache/
|
||||
!/storage/framework/sessions/
|
||||
!/storage/framework/views/
|
||||
!/storage/logs/
|
||||
public/assets/homepage/*Zone.Identifier
|
||||
Zone.Identifier
|
||||
*Zone.Identifier
|
||||
/auth.json
|
||||
/node_modules
|
||||
/public/build
|
||||
/public/hot
|
||||
/public/storage
|
||||
/storage/*.key
|
||||
/storage/pail
|
||||
/vendor
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
Thumbs.db
|
||||
.VSCodeCounter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user