From 4456fa154aef26f655912d1818b10fab1a133314 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Mon, 16 Sep 2024 15:05:47 +0200 Subject: [PATCH] Add .idea files to gitignore (#76) --- .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/