From 200e586768813586d0c6147733f94f9773be1190 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 31 Dec 2023 22:41:28 -0600 Subject: [PATCH] Add .idea to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0d817389..a68aa180 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .clangd .current_build .conanbuild +.idea .mypy_cache .stfolder .stignore