mirror of
https://github.com/supanadit/todo.git
synced 2024-11-21 17:46:23 +00:00
fix: .dockerignore
This commit is contained in:
parent
33a9702dfe
commit
53f03a6613
@ -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
10
.gitignore
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user