Browse Source

[Node] Add yarn v2 excludes (#3327)

pull/3337/head
ChiefORZ 4 years ago
parent
commit
be4f76b416
No account linked to committer's email address
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      Node.gitignore

+ 7
- 0
Node.gitignore View File

@@ -106,3 +106,10 @@ dist

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v2

.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.pnp.*

Loading…
Cancel
Save