From b7a2f098c4bb8e9578f05214fbed1023ea2b77a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Thu, 4 May 2023 22:34:11 -0600 Subject: Changed gitignore. Now it completely ignores the `.vscode` folder. --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index aa923b8..eec7531 100644 --- a/.gitignore +++ b/.gitignore @@ -228,12 +228,7 @@ tags [._]*.un~ ### VisualStudioCode ### -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -!.vscode/*.code-snippets +.vscode # Local History for Visual Studio Code .history/ -- cgit v1.2.3