From 6107c1c758c8dcf8538437a6eec19e6de5e1b96d Mon Sep 17 00:00:00 2001 From: ngfchl Date: Tue, 6 Sep 2022 11:16:55 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E5=9C=A8dockerfile=E5=92=8Cgit=E4=B8=AD?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=E7=AC=AC=E4=B8=80=E6=AC=A1=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 3 ++- .gitignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 26bfa0f..2442a96 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,2 @@ -/venv/ \ No newline at end of file +/venv/ +/CONTAINER_ALREADY_STARTED_PLACEHOLDER diff --git a/.gitignore b/.gitignore index c91a316..eee8a29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /venv/ /db/ -*/__pycache__/ +**/__pycache__/ +CONTAINER_ALREADY_STARTED_PLACEHOLDER