We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d38331 commit 9d89487Copy full SHA for 9d89487
.gitignore
@@ -13,6 +13,13 @@ lerna-debug.log*
13
!.yarn/sdks
14
!.yarn/versions
15
16
+.pnp.*
17
+.yarn/cache
18
+.yarn/unplugged
19
+.yarn/build-state.yml
20
+.yarn/install-state.gz
21
+
22
23
# Diagnostic reports (https://nodejs.org/api/report.html)
24
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
25
.yarnrc.yml
@@ -0,0 +1 @@
1
+nodeLinker: node-modules
0 commit comments