chore: untrack api/dist + tsbuildinfo build artifacts

api/dist/ (468 files, 11MB) and admin/tsconfig.tsbuildinfo were committed
before being added to .gitignore — the rule had no effect on the existing
tracked copies. Untrack them now so future Docker rebuilds stop showing
spurious diffs. Files stay on disk; rebuild regenerates everything.

Also add *.tsbuildinfo to .gitignore so future tsc incremental caches stay
out of git.
This commit is contained in:
2026-04-16 16:54:55 -06:00
parent 3a528d9a49
commit 5082fe7b76
470 changed files with 3 additions and 50057 deletions

3
.gitignore vendored
View File

@@ -70,6 +70,9 @@ core.*
# API compiled output (generated by tsc, baked into Docker images)
/api/dist/
# TypeScript incremental build cache (machine-specific)
*.tsbuildinfo
# Control Panel runtime data (managed deployments + backups)
/changemaker-control-panel/instances/
/changemaker-control-panel/backups/