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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user