Initial commit
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,6 +1,12 @@
|
||||
# ---> Laravel
|
||||
/bootstrap/compiled.php
|
||||
.env.*.php
|
||||
.env.php
|
||||
/node_modules
|
||||
/public/hot
|
||||
/public/storage
|
||||
/storage/*.key
|
||||
/vendor
|
||||
/.idea
|
||||
/.vagrant
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
.env
|
||||
|
||||
|
Reference in New Issue
Block a user