From c0cedc1e8b6df1c9f2d8f3d8ba6298d0ac8e3205 Mon Sep 17 00:00:00 2001 From: Paul Blacknell Date: Thu, 24 Nov 2022 17:03:11 +0000 Subject: [PATCH] fix: add JetBrains IDE exclusions --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6fe616b5c..ce5457106 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ web/node_modules web/coverage core !/web/**/*.ts +.idea/* \ No newline at end of file