From 0cc86d19be2b9b9048c484179cd13c15fe75b21e 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