From ba8c11739dd686bdfabf93adcf3d28d7411edc9c Mon Sep 17 00:00:00 2001 From: andream16 Date: Wed, 4 Sep 2024 16:26:51 +0100 Subject: [PATCH] Ignore .idea/ generated by IntelliJ IDEs to prevent maintainers from accidentally pushing changes to it. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cc324e80b..970f4e7fe 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ bin tests/output .vscode/ deploy/dracon/chart/charts +.idea/