Skip to content

Commit 2d3253b

Browse files
fix: add test/outputs to global ignore (#36)
1 parent 085badc commit 2d3253b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ignore-paths.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ export default [
44
"dist/**/*",
55
"coverage/**/*",
66
"test/fixtures/**/*",
7+
"test/outputs/**/*",
78
"build/Release/**/*",
89
];

0 commit comments

Comments
 (0)