From c15d29261633b69664a091e7c1d4f3837aa85a45 Mon Sep 17 00:00:00 2001 From: Ryan Heath Date: Sat, 22 Jul 2023 16:02:07 +0200 Subject: [PATCH 1/2] ignore vscode folder --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8a30d258e..7502bef8a 100644 --- a/.gitignore +++ b/.gitignore @@ -396,3 +396,6 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml + +# Ignores the whole .vscode folder +.vscode/ From 6292361107cad669f4aec0bfd1f722a4d6c9ef68 Mon Sep 17 00:00:00 2001 From: Ryan Heath Date: Thu, 27 Jul 2023 16:16:32 +0200 Subject: [PATCH 2/2] ignore Rider folder --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7502bef8a..241bca755 100644 --- a/.gitignore +++ b/.gitignore @@ -399,3 +399,6 @@ FodyWeavers.xsd # Ignores the whole .vscode folder .vscode/ + +# Ignores the whole .idea folder +.idea/