From 22779044c419fc13496ce168ddb126851e32741b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20M=C3=B6ller?= Date: Tue, 21 Feb 2023 14:32:28 +0100 Subject: [PATCH] adds .idea to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6dd29b7..8d9d1b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -bin/ \ No newline at end of file +bin/ +.idea \ No newline at end of file