We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7f98d commit 2d2f9d8Copy full SHA for 2d2f9d8
.gitignore
@@ -37,4 +37,13 @@ yarn-error.log*
37
# storybook
38
storybook-static
39
data/configs
40
-.yarn
+
41
+# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
42
+# Yarn v2
43
+.pnp.*
44
+.yarn/*
45
+!.yarn/patches
46
+!.yarn/plugins
47
+!.yarn/releases
48
+!.yarn/sdks
49
+!.yarn/versions
.yarn/releases/yarn-3.2.1.cjs
.yarnrc
@@ -0,0 +1,5 @@
1
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
+# yarn lockfile v1
3
4
5
+yarn-path ".yarn/releases/yarn-1.22.19.cjs"
0 commit comments