From f4e032d9542e4503d62882bf73db393626d73950 Mon Sep 17 00:00:00 2001 From: Umberto Domenico Ciccia <108148943+umbertocicciaa@users.noreply.github.com> Date: Sun, 8 Sep 2024 21:29:23 +0200 Subject: [PATCH] update gitignore [skip ci] --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index add57be..aad36c7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ bin/ obj/ /packages/ riderModule.iml -/_ReSharper.Caches/ \ No newline at end of file +/_ReSharper.Caches/ +/.idea/ \ No newline at end of file