From 54818980ae5d6d8a635abb8e98d11ca85d914e43 Mon Sep 17 00:00:00 2001 From: Plebysnek <115377141+Plebysnacc@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:16:37 +0200 Subject: [PATCH] add .idea to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d555414..794bbc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ .env.local # vscode -.vscode/ \ No newline at end of file +.vscode/ + +# jetbrains +.idea/ \ No newline at end of file