From 821bb47889b3f0549eb297ec81d44955cdd226d1 Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 28 Aug 2022 12:58:53 +0200 Subject: [PATCH] Update .gitignore to allow more IDE shit without disruptions --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5664357..18e2929 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target /data/config -/.vscode \ No newline at end of file +/.vscode +/.idea \ No newline at end of file