From 41aafd9b00ead336f9b1e1280f61febd1f9c932f Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Mon, 16 Sep 2024 15:03:58 +0200 Subject: [PATCH] Add .idea files to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 18e337d..f4513f5 100644 --- a/.gitignore +++ b/.gitignore @@ -96,4 +96,7 @@ Thumbs.db # Ignore built ts files __tests__/runner/* -lib/**/* \ No newline at end of file +lib/**/* + +# Idea IDEs (PyCharm, WebStorm, IntelliJ, etc) +.idea/