From 411407f50d00fe2594a0136b4c4dda60209e1b17 Mon Sep 17 00:00:00 2001 From: Arkadiusz Biel - bielu Date: Sat, 23 Mar 2024 14:20:09 +0000 Subject: [PATCH] chore: ignore jetbrains files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8a3d85c..e28ad28 100644 --- a/.gitignore +++ b/.gitignore @@ -391,4 +391,5 @@ FodyWeavers.xsd *.msp # JetBrains Rider -*.sln.iml \ No newline at end of file +*.sln.iml +.idea