Skip to content

Commit badfe15

Browse files
authored
fix: untrack largeish file (#7005)
This shouldn't be tracked in git, as it's meant for each developer machine's to keep state for incremental compilation speed. This was also ending up in the published package, where it accounted for ~24% of the tarball (320 out of 1330 KB).
1 parent 4631558 commit badfe15

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ site/src/**/*.md
3333
_test_out/**
3434
*.crt
3535
*.key
36+
37+
# Used in local dev by tsc: https://www.typescriptlang.org/tsconfig/#tsBuildInfoFile
38+
tsconfig.tsbuildinfo

tsconfig.tsbuildinfo

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)