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.
This commit is contained in:
Richard van der Hoff
2025-04-30 00:18:57 +01:00
committed by GitHub
parent 290643934d
commit cd05838bf6

1
.gitignore vendored
View File

@@ -25,7 +25,6 @@ electron/pub
.env .env
/coverage /coverage
# Auto-generated file # Auto-generated file
/src/modules.ts
/src/modules.js /src/modules.js
/build_config.yaml /build_config.yaml
/book /book