From cfa2e03c214f087d067797d5131f49448d28ca41 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 28 Sep 2022 09:24:14 +0200 Subject: [PATCH] Fix .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2929587..b9c2f16 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,6 @@ # Icon must end with two \r Icon - # Thumbnails ._* @@ -86,8 +85,10 @@ tags ### VisualStudioCode ### .vscode/* +!.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json +!.vscode/extensions.json !.vscode/*.code-snippets # Local History for Visual Studio Code @@ -101,9 +102,6 @@ tags .history .ionide -# Support for Project snippet scope -.vscode/*.code-snippets - # Ignore code-workspaces *.code-workspace -- 2.34.1