From 08325a4b0b382aa2cfebb4e6ddd03fb7fde1c9c9 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Sun, 15 Sep 2024 21:44:32 +0200 Subject: [PATCH] chore(gitignore): Ignore IntelliJ files Signed-off-by: provokateurin --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f29073e6c..f64e38b81 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ node_modules/ build vendor js/ -cypress/downloads/ \ No newline at end of file +cypress/downloads/ +.idea/