Skip to content

Commit 2bc9b41

Browse files
chore(npm): update .npmignore with test-related exclusions
1 parent 1bf53bb commit 2bc9b41

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.npmignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,13 @@ demo
22
.husky
33
.vscode
44
.github
5-
eslint.config.js
5+
eslint.config.js
6+
7+
# Playwright
8+
/test-results/
9+
/playwright-report/
10+
/blob-report/
11+
/playwright/.cache/
12+
13+
# Tests
14+
tests

0 commit comments

Comments
 (0)