From 6c2daf9da5c0807226a0a562933e906a994d989d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rancoud?= Date: Sun, 15 Mar 2026 13:01:14 +0100 Subject: [PATCH] chore: update .gitignore by excluding .vscode and .zed --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b193961..fd6c3ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ -# IntelliJ +# IDEs .idea *.iml +.vscode +.zed # Composer vendor/