Skip to content

Commit 3f2778c

Browse files
committed
chore: ignore tsbuildinfo files
they are a derived compilation artifact, useful locally for incremental compilation but no need to version them see https://www.typescriptlang.org/tsconfig/#tsBuildInfoFile
1 parent 4b06b7b commit 3f2778c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,4 +575,7 @@ website/public
575575
!**/.yarn/plugins
576576
!**/.yarn/releases
577577
!**/.yarn/sdks
578-
!**/.yarn/versions
578+
!**/.yarn/versions
579+
580+
# Typescript items
581+
*.tsbuildinfo

0 commit comments

Comments
 (0)