From 2ddb89f89c3c9f1e72059e04d538b31426fa6bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Gr=C3=B6ger?= Date: Fri, 28 Apr 2023 19:56:58 +0200 Subject: [PATCH] add IDE options in gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ddadd2c..094240f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,8 @@ yarn.lock # Backend *.egg-info -__pycache__ \ No newline at end of file +__pycache__ + +# IDE +.idea +*.swp