Skip to content

Commit 717ffd0

Browse files
committed
Update ignores
1 parent 11ab1da commit 717ffd0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ package-lock.json
77
*.swp
88
dist
99
.DS_Store
10+
.vscode/

lerna.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"useWorkspaces": true,
77
"version": "independent",
88
"ignoreChanges": [
9-
"**/*.md"
9+
"**/*.md",
10+
"**/test/**"
1011
]
1112
}

0 commit comments

Comments
 (0)