From 400ddf498e52c0f29077b3485ee99b6e3cfa8dc8 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 15 Jan 2021 22:09:45 +0000 Subject: [PATCH] dockerignore --- .dockerignore | 1 + .theia/settings.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 2977557..ef32f67 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,3 @@ _archiv/* .env/* +.git/* \ No newline at end of file diff --git a/.theia/settings.json b/.theia/settings.json index 988937c..0f0e0d1 100644 --- a/.theia/settings.json +++ b/.theia/settings.json @@ -1,3 +1,3 @@ { "python.pythonPath": "/usr/local/bin/python3" -} \ No newline at end of file +} \ No newline at end of file