From 8aea0359f4e4015cfec5654ab869625e6ad729d6 Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 24 Apr 2019 14:36:38 +0200 Subject: [PATCH] stting --- .gitignore | 2 ++ .vscode/settings.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0e4b4df..2507414 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ __* env +build +dist \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 6bd93e6..86c22d3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "python.pythonPath": "env/bin/python" + "python.pythonPath": "backend/env/bin/python" } \ No newline at end of file