From 843735d1ab687f65afe444321a401fb3217d7fa0 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 4 Dec 2019 11:05:42 -0500 Subject: [PATCH] Add .gitignore --- .gitignore | 16 ++++++++++++++++ .vscode/settings.json | 3 +++ 2 files changed, 19 insertions(+) create mode 100644 .gitignore create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..11db040 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ + +# Created by https://www.gitignore.io/api/visualstudiocode +# Edit at https://www.gitignore.io/?templates=visualstudiocode + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history + +# End of https://www.gitignore.io/api/visualstudiocode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9910d35 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": "C:\\Users\\hausss\\AppData\\Local\\Programs\\Python\\Python37\\python.exe" +} \ No newline at end of file