From 9248bd0c1e549d1fcc151ff1cd54f10e0fe228f0 Mon Sep 17 00:00:00 2001 From: redthing1 Date: Mon, 22 May 2023 16:08:46 -0700 Subject: [PATCH] ignore rider and vscode dirs --- gpt4all-bindings/csharp/.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gpt4all-bindings/csharp/.gitignore b/gpt4all-bindings/csharp/.gitignore index 545d87e4..04306510 100644 --- a/gpt4all-bindings/csharp/.gitignore +++ b/gpt4all-bindings/csharp/.gitignore @@ -370,4 +370,10 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd + +# JetBrains Rider +.idea + +# Visual Studio Code +.vscode \ No newline at end of file