From f007e5745a2ff082b704e4be1e993cb24620fc32 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Fri, 18 Apr 2025 11:20:23 -0400 Subject: [PATCH] feat(gitignore): added .idea --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 17b605d..36dfbbb 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,5 @@ output/ .boost_installed 4DSSE_logs/ .last_build_flags + +.idea/