Skip to content

Commit 0901948

Browse files
committed
FIX: Add TypeScript build cache to gitignore
- Added *.tsbuildinfo to .gitignore to prevent build artifacts from being tracked - This resolves the issue with tsconfig.tsbuildinfo appearing in git status
1 parent 0fc5d03 commit 0901948

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ docker-compose.override.yml
7979
*.backup
8080
node_modules/
8181

82+
# TypeScript build cache
83+
*.tsbuildinfo
84+
8285
# Additional security
8386
*.key
8487
*.pem

0 commit comments

Comments
 (0)