mirror of
https://github.com/supanadit/todo.git
synced 2024-11-10 01:42:20 +00:00
fix: .dockerignore
This commit is contained in:
parent
33a9702dfe
commit
53f03a6613
@ -1,14 +1,23 @@
|
||||
.github/
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
tests
|
||||
|
||||
docker-compose.dev.yml
|
||||
docker-compose.yml
|
||||
|
||||
.dockerignore
|
||||
.editorconfig
|
||||
.gitattributes
|
||||
.gitignore
|
||||
.styleci.yml
|
||||
|
||||
vendor
|
||||
|
||||
Dockerfile
|
||||
PHP.Dockerfile
|
||||
|
||||
phpunit.xml
|
||||
README.md
|
||||
|
||||
|
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,8 +1,8 @@
|
||||
/node_modules
|
||||
/public/hot
|
||||
/public/storage
|
||||
/storage/*.key
|
||||
/vendor
|
||||
node_modules/
|
||||
public/hot/
|
||||
public/storage/
|
||||
storage/*.key/
|
||||
vendor/
|
||||
.env
|
||||
.env.backup
|
||||
.phpunit.result.cache
|
||||
|
Loading…
Reference in New Issue
Block a user