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
|
*.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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user