From 301ad0e7c13875b91dac8cc5fa4339cf6a233941 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Sat, 1 Nov 2025 16:35:49 -0700 Subject: [PATCH] [Dev] Remove `overrides.ts` from `.gitignore` (#6721) This didn't actually prevent changes to the file from being committed, but it did prevent Biome from formatting the file --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index e45ff602303..243d75097ef 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,6 @@ assets/images/pokemon/icons/input/output/* assets/images/character/*/ src/data/battle-anim-raw-data*.ts src/data/battle-anim-data.ts -src/overrides.ts coverage /.vs