Skip to content

Commit e4e85ac

Browse files
committed
Refine .npmignore to exclude test and examples directories while retaining test files
1 parent de64340 commit e4e85ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.npmignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Development files
2-
test/
3-
examples/
42
.git/
53
.gitignore
64

7-
# Test data
5+
# Test data (but keep test files)
86
**/data/
97
test-data/
8+
examples/data/*.json
109

1110
# Development dependencies
1211
node_modules/

0 commit comments

Comments
 (0)