From c06285d5203fffe358ff08527f714501449e1ca9 Mon Sep 17 00:00:00 2001 From: Ovidiu U Date: Fri, 13 Mar 2026 11:36:18 +0000 Subject: [PATCH] Add IDE folder to gitignore and exclude temporary screenshots from project --- .gitignore | 3 ++- .idea/uovidiu.iml | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a024a0f..6b68f35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/ temporary screenshots/ -.DS_Store \ No newline at end of file +.DS_Store +/.idea/ diff --git a/.idea/uovidiu.iml b/.idea/uovidiu.iml index c956989..e5e942b 100644 --- a/.idea/uovidiu.iml +++ b/.idea/uovidiu.iml @@ -1,7 +1,9 @@ - + + +