From 4d47fdbe7b84f92f29cc03e7bf730089825315bc Mon Sep 17 00:00:00 2001 From: Tim Grube <115377141+Plebysnacc@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:14:08 +0200 Subject: [PATCH] Update .gitignore add gitignore for temp files of JetBrains IDEs --- frontend/.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/.gitignore b/frontend/.gitignore index eda5ad5..f9e6c86 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -36,4 +36,7 @@ yarn-error.log* next-env.d.ts # vscode -.vscode/ \ No newline at end of file +.vscode/ + +# jetbrains +.idea/