From 807a1ea5e7e002255b3d580d120050399f83efc2 Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 6 Apr 2021 19:43:33 +0000 Subject: [PATCH] Updated the .gitignore (Include VS Code stuff) --- .gitignore | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ea8c4bf..77b8b97 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,19 @@ -/target +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# ---> Rust +# Generated by Cargo +# will have compiled files and executables +debug/ +target/ + +# These are backup files generated by rustfmt +**/*.rs.bk