From 8f5d0c5bc1310c27b515b79708818dd2e5d5f3e3 Mon Sep 17 00:00:00 2001 From: Barnabas Balogh Date: Fri, 1 May 2026 17:27:55 +0200 Subject: [PATCH] chore: add *.patch to .gitignore to exclude patch files from version control --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1a8f9725..e1e1d31b 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ local.properties .codex/ openspec +*.patch