From d38e3290ed2a60a395017461246f43e63295a3c7 Mon Sep 17 00:00:00 2001 From: Anthony De Meulemeester Date: Sun, 4 Feb 2018 21:05:47 +0100 Subject: [PATCH] added .vscode to the gitignore (#15) Added .vscode to the gitignore. --- .gitignore | 11 ++++++++++- .vscode/settings.json | 2 -- VERSION | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index ec197f14d..6b41cdb0e 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,13 @@ # Added by CoZ developers vendor/ -bin/ \ No newline at end of file +bin/ + +# text editors + +# vscode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 7a73a41bf..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -} \ No newline at end of file diff --git a/VERSION b/VERSION index 8f0916f76..a918a2aa1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.6.0