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 2e6dfd0 commit 607c2aaCopy full SHA for 607c2aa
.gitignore
@@ -16,4 +16,3 @@ TODOs.md
16
.eslintcache
17
test-results/
18
.swc/
19
-*.tsbuildinfo
packages/plugin-rsc/.gitignore
@@ -0,0 +1,13 @@
1
+node_modules
2
+dist
3
+.vercel
4
+.vite-node
5
+.wrangler
6
+.netlify
7
+*.log
8
+*.tgz
9
+test-results
10
+*.tsbuildinfo
11
+.debug
12
+.vite-inspect
13
+.claude
0 commit comments