From e2582b51206d7cdc39ef9a047459d5a4f5484e8f Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Mon, 16 Jan 2023 09:09:47 +1300 Subject: [PATCH] chore: Ignore JetBrains IDEA configuration --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b6adef8..3772306 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ /**/result* /**/target/ /.direnv +/.idea/ /tarpaulin*