From 45221477a372071f6fd26297c4541007e4067231 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Tue, 6 Apr 2021 15:19:49 +0200 Subject: [PATCH] update .dockerignore to match .gitignore --- .dockerignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 77d9e4c6..67d5dc92 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,4 +6,11 @@ db.sqlite .vscode .DS_Store config -adhoc \ No newline at end of file +adhoc +static/node_modules +db.sqlite-journal +static/upload +venv/ +.venv +.coverage +htmlcov \ No newline at end of file