From cee9bc3e0b33e0d626da87232cc71a6bfd05857d Mon Sep 17 00:00:00 2001 From: chadrick-kwag Date: Mon, 24 Sep 2018 00:18:27 +0900 Subject: [PATCH] update readme // remove .vscode --- .gitignore | 3 ++- .vscode/settings.json | 3 --- README.md | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index c95f4fc..abed9e5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ static/saves static/output **/__pycache__ work/*.png -db.sqlite3 \ No newline at end of file +db.sqlite3 +.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 615aafb..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.pythonPath": "/usr/bin/python3" -} \ No newline at end of file diff --git a/README.md b/README.md index fd826e0..1c85975 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ a very simple/rought version for prototype ## Developent Environment -It is recommended to follow the this development environment as much as possible. +It is recommended to follow this development environment as much as possible. - Ubuntu 18.04.1 LTS - python3(3.6.5)