From a358f8503df81576369dca75309aa9d4e60cdd97 Mon Sep 17 00:00:00 2001 From: Jonathan Hess Date: Tue, 26 Aug 2025 10:12:52 -0600 Subject: [PATCH] chore: Ignore *.iml IDE project files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 85b5a115..b07199c3 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ testbin/* *.swo *~ .bin +*.iml # Ignore secrets for the build /build.env