Skip to content

Commit d114e45

Browse files
committed
chore: update .gitignore
1 parent ccd2258 commit d114e45

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
node_modules
22
dist
33
coverage
4+
.tshy-build
45
.idea
56
.yarn/*
67
!.yarn/cache
@@ -10,3 +11,11 @@ coverage
1011
!.yarn/sdks
1112
!.yarn/versions
1213
.turbo
14+
.DS_Store
15+
.cursor/mcp.json
16+
17+
# tshy build temporary package.json files while building which end up throwing turbo watch in an infinite loop.
18+
**/src/package.json
19+
20+
# AI tools
21+
.claude/settings.local.json

0 commit comments

Comments
 (0)