From 89cd35adc64c9415de7588a946259c1eae66483f Mon Sep 17 00:00:00 2001 From: Andrey Kucherenko Date: Thu, 1 Aug 2024 11:34:09 +0300 Subject: [PATCH] chore(gitignore): add .idea folder to gitignore file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a94fd277..368c5ed0 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ yarn-error.log* # Editor .vscode +.idea # Misc .DS_Store