From bc6296415c8145f4b3f80109258a2e14d90e61f9 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 27 Apr 2026 02:50:54 +0000 Subject: [PATCH] chore: add *.bak* to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ceaea36..0e885c4 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,4 @@ dist .yarn/install-state.gz .pnp.* +*.bak*