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