From b5b8fdaeda8f254865180b15f9947efea966578a Mon Sep 17 00:00:00 2001 From: Lukas Neubert <40118727+Serkonda@users.noreply.github.com> Date: Tue, 12 May 2020 19:29:44 +0200 Subject: [PATCH] gitignore: ignore VS Code workspaces --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d6c3feb1bb..8535c0d1e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # ignore all build binaries -* +* !*/ !*.* *.exe @@ -48,6 +48,7 @@ fns.txt .settings/ *.sublime-workspace .vscode/ +*.code-workspace *~ *.swp *.swo