From 9943137d1081d3d32cf4a77bdfbed49955bf4094 Mon Sep 17 00:00:00 2001 From: Nuwan Yapa Date: Fri, 14 Jun 2024 16:47:30 -0400 Subject: [PATCH] Exclude VSCode files entirely --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3aa1d67..5ebb28b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,10 +5,10 @@ hpc/* # VS Code files for those working on multiple tools .vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json +#!.vscode/settings.json +#!.vscode/tasks.json +#!.vscode/launch.json +#!.vscode/extensions.json *.code-workspace # Local History for Visual Studio Code