From 7a4c41159c68d3ac3229b52fb283d7e8ef278831 Mon Sep 17 00:00:00 2001 From: Will Beason Date: Mon, 26 May 2025 10:48:17 -0500 Subject: [PATCH] Exclude JetBrains config folder in .gitignore Signed-off-by: Will Beason --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 616dc22..1e1f74f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ *.xml.bz2 *.xml.xz *.swp + +# JetBrains +/.idea