From c0a237213530389ccdacf250d8379cf508707632 Mon Sep 17 00:00:00 2001 From: Tomas Uvira Date: Fri, 1 May 2026 13:44:51 +0200 Subject: [PATCH] chore: update .gitignore to exclude .idea/ files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 20abc13..5927832 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /.cache/ *.deb *.tar.gz +.idea/ \ No newline at end of file