From cd05838bf693b4f609855bb155b93a08ee08fd62 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 30 Apr 2025 00:18:57 +0100 Subject: [PATCH] Un-gitignore `modules.ts` (#29851) As of #29089, `modules.ts` is no longer auto-generated, so should not be gitignored. Indeed, having a copy sitting around in your working copy can produce unexpected results, and removing it from the ignorelist at least gives maintainers a hint about what might be going wrong. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3e9dc5e135..429b317a4f 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,6 @@ electron/pub .env /coverage # Auto-generated file -/src/modules.ts /src/modules.js /build_config.yaml /book