chore: untrack committed tsconfig.tsbuildinfo build artifacts
TypeScript incremental build state was checked in for apps/cms and apps/web-next; it churns on every build and carries no source value. Remove from tracking and ignore *.tsbuildinfo repo-wide. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -10,6 +10,9 @@ node_modules
|
|||||||
# Turbo
|
# Turbo
|
||||||
.turbo
|
.turbo
|
||||||
|
|
||||||
|
# TypeScript incremental build state
|
||||||
|
*.tsbuildinfo
|
||||||
|
|
||||||
# Build outputs
|
# Build outputs
|
||||||
dist
|
dist
|
||||||
build
|
build
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user