Skip to content

Commit 38a0702

Browse files
committed
chore: update .gitignore to include all .tsbuildinfo files and remove unused tsconfig.cloudflare.tsbuildinfo
1 parent ac058ad commit 38a0702

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ workspace/
77
**/playwright-report
88
data.db
99
/playground
10-
**/tsconfig.tsbuildinfo
10+
**/*.tsbuildinfo
1111

1212
# in a real app you'd want to not commit the .env
1313
# file as well, but since this is for a workshop
1414
# we're going to keep them around.
1515
# .env
1616
dist
1717
.wrangler
18+

0 commit comments

Comments
 (0)