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