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