From 083f3d3a547ffaa7eb3fb3f87f8de2d109dccfd9 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Sat, 19 Sep 2020 14:44:08 +0300 Subject: [PATCH] Updated gitignore --- .gitignore | 2 ++ .vscode/tasks.json | 18 ------------------ 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 .vscode/tasks.json diff --git a/.gitignore b/.gitignore index 50281a4..0c3bf6e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk + +.vscode/ \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 86f4d30..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "type": "shell", - "label": "cargo build", - "command": "cargo", - "args": [ - "build" - ], - "problemMatcher": [ - "$rustc" - ] - } - ] -} \ No newline at end of file