Skip to content

Commit

Permalink
chore: tweak git ignore for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jul 30, 2020
1 parent a51f41b commit ca8bf7c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ junit.xml

*.tsbuildinfo

.pnp.js
**/.yarn/unplugged/
**/.yarn/build-state.yml
**/.yarn/install-state.gz
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
!**/.yarn/versions
**/.pnp.*

0 comments on commit ca8bf7c

Please sign in to comment.