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 5ef2de7 commit c7f341cCopy full SHA for c7f341c
website/.gitignore
@@ -3,3 +3,11 @@ translated_docs
3
build
4
package-lock.json
5
i18n
6
+
7
+.pnp.*
8
+.yarn/*
9
+!.yarn/patches
10
+!.yarn/plugins
11
+!.yarn/releases
12
+!.yarn/sdks
13
+!.yarn/versions
website/.yarnrc.yml
@@ -0,0 +1 @@
1
+nodeLinker: node-modules
0 commit comments