8000 fix: specify yarn version for use in monorepos, add yarn files to git… · Yellowbox-AU/nativescript-vue@fc80fbd · GitHub
[go: up one dir, main page]

Skip to content

Commit fc80fbd

Browse files
committed
fix: specify yarn version for use in monorepos, add yarn files to gitignore
1 parent 86dc8bd commit fc80fbd

File tree

3 files changed

+147404
-0
lines changed

3 files changed

+147404
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ dist/
1313
packages/nativescript-vue-template-compiler/index.js
1414
!docs/dist/
1515
RELEASE_NOTES*.md
16+
17+
.yarn/*
18+
!.yarn/patches
19+
!.yarn/releases
20+
!.yarn/plugins
21+
!.yarn/sdks
22+
!.yarn/versions
23+
.pnp.*

0 commit comments

Comments
 (0)
0