Skip to content

Commit ca8bf7c

Browse files
committed
chore: tweak git ignore for yarn
1 parent a51f41b commit ca8bf7c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.gitignore

+7-5
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ junit.xml
3939

4040
*.tsbuildinfo
4141

42-
.pnp.js
43-
**/.yarn/unplugged/
44-
**/.yarn/build-state.yml
45-
**/.yarn/install-state.gz
46-
e2e/async-regenerator/.yarn/
42+
# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored but nested for e2e directories
43+
**/.yarn/*
44+
!**/.yarn/releases
45+
!**/.yarn/plugins
46+
!**/.yarn/sdks
47+
!**/.yarn/versions
48+
**/.pnp.*

0 commit comments

Comments
 (0)