gitignore update
This commit is contained in:
parent
1bcb7eb180
commit
9254d420d2
23
.gitignore
vendored
23
.gitignore
vendored
@ -1,2 +1,23 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
|
/node_modules
|
||||||
|
/public/hot
|
||||||
|
/public/storage
|
||||||
|
/storage/*.key
|
||||||
|
/vendor
|
||||||
|
/.idea
|
||||||
|
/.fleet
|
||||||
|
/.vscode
|
||||||
|
/.vagrant
|
||||||
|
Homestead.json
|
||||||
|
Homestead.yaml
|
||||||
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
|
.env
|
||||||
|
.phpunit.result.cache
|
||||||
|
.php_cs.cache
|
||||||
|
/documentation
|
||||||
|
/.phpunit.cache
|
||||||
|
/public/build
|
||||||
|
.env.backup
|
||||||
|
.env.production
|
||||||
|
auth.json
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user