From 3bb5f15c38c0d12894a522c9b4b2416c132bd17a Mon Sep 17 00:00:00 2001 From: abhijit-sawant Date: Mon, 18 Jan 2021 02:28:56 -0500 Subject: [PATCH] Added .vscode to gitignore (#3061) --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4b9e0fd61..833e2b0e0 100644 --- a/.gitignore +++ b/.gitignore @@ -116,4 +116,7 @@ cmake-* compile_commands.json # qmake -/gui/.qmake.stash \ No newline at end of file +/gui/.qmake.stash + +#vs code +.vscode