diff --git a/dotnet/.gitignore b/dotnet/.gitignore index 542c3c5c6b9..65e7ba678dd 100644 --- a/dotnet/.gitignore +++ b/dotnet/.gitignore @@ -24,4 +24,7 @@ Properties/ artifacts/ output/ -*.binlog \ No newline at end of file +*.binlog + +# JetBrains Rider +.idea/ \ No newline at end of file