fix #9466 chore(project): add top level dockerignore (#9468)

Because

* We are now dockerizing new Nimbus components like schemas
* We need a top level docker ignore to prevent the build context from
including things like node_modules

This commit

* Adds a top level dockerignore file
This commit is contained in:
Jared Lockhart 2023-09-21 12:49:50 -04:00 коммит произвёл GitHub
Родитель 4cdee87b78
Коммит 64600086b6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 12 добавлений и 0 удалений

12
.dockerignore Normal file
Просмотреть файл

@ -0,0 +1,12 @@
**/__pycache__
**/.cache
**/.coverage
**/.DS_Store
**/.mypy
**/.pycache
**/.pytest_cache
**/.vscode
**/.vscode/
**/coverage/
**/node_modules
**/yarn-error.log