From 038de2e2647180e1adcbf3135a09366acb638c14 Mon Sep 17 00:00:00 2001 From: Dimitrios Kaitantzidis Date: Mon, 23 Oct 2023 00:43:43 +0300 Subject: [PATCH] Adds ignore for .idea folder entirely --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ff9a3bc5..14f1c139 100644 --- a/.gitignore +++ b/.gitignore @@ -119,4 +119,5 @@ watchedFolders/ *.db /build -/.vscode \ No newline at end of file +/.vscode +/.idea \ No newline at end of file