Skip to content

Commit 66aa1b4

Browse files
committed
Include exception for dep installation tests
1 parent 4414b72 commit 66aa1b4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.npmignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@ TODO.md
77
# Directories #
88
###############
99
.github/
10+
**/benchmark/
1011
**/build/
1112
**/docs/
1213
**/examples/
1314
reports/
1415
support/
15-
**/test/
16-
**/benchmark/
1716
**/tmp/
1817
workshops/
1918

19+
# Ignore test directories, except for testing dependency installation:
20+
**/test/
21+
!/deps/test/
22+
2023
# Only top-level directories:
2124
/etc/
2225
/tools/

0 commit comments

Comments
 (0)