set up proper prod env
This commit is contained in:
parent
35f00901e2
commit
c9eada0388
8 changed files with 2683 additions and 1521 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -7,6 +7,7 @@
|
|||
/storage/*.key
|
||||
/vendor
|
||||
.env
|
||||
.env.*
|
||||
.env.backup
|
||||
.phpunit.result.cache
|
||||
Homestead.json
|
||||
|
@ -17,3 +18,7 @@ yarn-error.log
|
|||
/.idea
|
||||
/.vscode
|
||||
cron.out
|
||||
|
||||
/nginx
|
||||
/development
|
||||
docker-compose.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue