From 36e75d3e4933717180a60634d4a4ed708c7f76b3 Mon Sep 17 00:00:00 2001 From: David Pokluda Date: Mon, 8 Dec 2025 14:17:20 -0800 Subject: [PATCH] Add support for JetBrains IDEs gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 136843e..cd9f4a7 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ bindings/*/target # Visual Studio solution files *.sln + +# JetBrains IDEs files +.idea/