From 70f305b758a84b170b33a1e207fcfe36cd516a5a Mon Sep 17 00:00:00 2001 From: Alejandro Perez Lopez Date: Wed, 20 Mar 2024 21:33:39 +0100 Subject: [PATCH] Add .idea folder as ignored --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7c2e09e..82951f7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ /data/images/products /data/images/last_iteration/*.png venv -.DS_Store \ No newline at end of file +.DS_Store +.idea/* \ No newline at end of file