Skip to content

Commit 8bf14eb

Browse files
committed
chore: ignore *.tsbuildinfo (TS incremental build artifact)
1 parent 175ff18 commit 8bf14eb

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
node_modules
2+
.tsimp
23
dist
3-
.DS_Store
4-
.faable
5-
.next
6-
.claude
7-
.playwright-mcp
4+
.env
5+
# TS incremental build artifact (tsc --incremental)
6+
*.tsbuildinfo

0 commit comments

Comments
 (0)