We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd2258 commit d114e45Copy full SHA for d114e45
1 file changed
.gitignore
@@ -1,6 +1,7 @@
1
node_modules
2
dist
3
coverage
4
+.tshy-build
5
.idea
6
.yarn/*
7
!.yarn/cache
@@ -10,3 +11,11 @@ coverage
10
11
!.yarn/sdks
12
!.yarn/versions
13
.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