Skip to content

Commit 9aeb6dd

Browse files
committed
chore: add TypeScript build cache to gitignore
- Add *.tsbuildinfo to .gitignore to exclude TypeScript build cache - Remove tsconfig.tsbuildinfo from git tracking - This prevents auto-generated build files from being committed
1 parent aa1c271 commit 9aeb6dd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ out/
2727
build
2828
dist
2929

30+
# ===================================
31+
# TypeScript
32+
# ===================================
33+
*.tsbuildinfo
34+
3035
# ===================================
3136
# Runtime & Logs
3237
# ===================================

tsconfig.tsbuildinfo

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

0 commit comments

Comments
 (0)