feat: docker build時にビルドコンテキスト乗せないファイルを.dockeringoreに追加

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2022-08-19 12:48:00 +09:00
parent bd47f0b172
commit dcf342470e

View File

@ -0,0 +1,11 @@
tests/*
.coverage
.env
.env.example
.report/*
.vscode/*
.pytest_cache/*
*/__pychache__/*
Dockerfile
pytest.ini
README.md