We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51f41b commit ca8bf7cCopy full SHA for ca8bf7c
.gitignore
@@ -39,8 +39,10 @@ junit.xml
39
40
*.tsbuildinfo
41
42
-.pnp.js
43
-**/.yarn/unplugged/
44
-**/.yarn/build-state.yml
45
-**/.yarn/install-state.gz
46
-e2e/async-regenerator/.yarn/
+# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored but nested for e2e directories
+**/.yarn/*
+!**/.yarn/releases
+!**/.yarn/plugins
+!**/.yarn/sdks
47
+!**/.yarn/versions
48
+**/.pnp.*
0 commit comments