From 02479212bc2e4008abe1f2fa7fe7b69a0d07cd34 Mon Sep 17 00:00:00 2001 From: SoXX Date: Tue, 2 Jun 2026 21:15:04 +0200 Subject: [PATCH] chore: fix .gitignore filename typo Renames .gitingore to .gitignore so the rules actually apply; .idea/ was leaking into the working tree as a result. --- .gitingore => .gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .gitingore => .gitignore (100%) diff --git a/.gitingore b/.gitignore similarity index 100% rename from .gitingore rename to .gitignore