2 changed files with 18 additions and 12 deletions
@ -1,19 +1,7 @@
|
||||
/.phpunit.cache |
||||
/node_modules |
||||
/public/build/* |
||||
/public/hot/* |
||||
/public/storage/* |
||||
/storage/*.key |
||||
/resources/views/vendor* |
||||
/vendor |
||||
.env |
||||
.env.backup |
||||
.env.production |
||||
Homestead.json |
||||
Homestead.yaml |
||||
auth.json |
||||
npm-debug.log |
||||
yarn-error.log |
||||
/.fleet |
||||
/.idea |
||||
/.vscode |
||||
|
||||
@ -0,0 +1,18 @@
|
||||
/.phpunit.cache |
||||
/node_modules |
||||
/public/build/* |
||||
/public/hot/* |
||||
/public/storage/* |
||||
/storage/*.key |
||||
/resources/views/vendor* |
||||
/vendor |
||||
.env |
||||
.env.backup |
||||
.env.production |
||||
Homestead.json |
||||
Homestead.yaml |
||||
auth.json |
||||
npm-debug.log |
||||
yarn-error.log |
||||
/.fleet |
||||
/.idea |
||||
Loading…
Reference in new issue