From 08a74a20ffbd2a575f95df8a61f710358b71cc03 Mon Sep 17 00:00:00 2001 From: Krzysztof Kasprowicz Date: Wed, 13 Mar 2024 00:52:52 +0100 Subject: [PATCH] Add .idea to .gitignore --- dotnet/.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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