From 40f2e82ad5adafd2284766a0ca2b5f6a5f8f3dd7 Mon Sep 17 00:00:00 2001 From: Andreas Fahrecker Date: Tue, 20 Aug 2024 19:51:11 +0200 Subject: [PATCH] Added .idea to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4915dcc..eb0a4bd 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,7 @@ build # VS Code workspace file *.code-workspace +# IntelliJ IDEA project files +.idea + node_modules/ \ No newline at end of file