fix: .dockerignore

This commit is contained in:
Supan Adit Pratama 2022-05-02 20:37:13 +07:00
parent 33a9702dfe
commit 53f03a6613
2 changed files with 14 additions and 5 deletions

View File

@ -1,14 +1,23 @@
.github/ .github/
.idea/ .idea/
.vscode/ .vscode/
tests tests
docker-compose.dev.yml
docker-compose.yml docker-compose.yml
.dockerignore .dockerignore
.editorconfig .editorconfig
.gitattributes .gitattributes
.gitignore .gitignore
.styleci.yml .styleci.yml
vendor
Dockerfile Dockerfile
PHP.Dockerfile
phpunit.xml phpunit.xml
README.md README.md

10
.gitignore vendored
View File

@ -1,8 +1,8 @@
/node_modules node_modules/
/public/hot public/hot/
/public/storage public/storage/
/storage/*.key storage/*.key/
/vendor vendor/
.env .env
.env.backup .env.backup
.phpunit.result.cache .phpunit.result.cache