Skip to content

Commit c60da88

Browse files
committed
Remove slashes from exclude patterns to work on Win
1 parent e040f33 commit c60da88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/datasheet-rendering/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"datasheetFile" : "datasheet.md",
3-
"excludePatterns" : [".git", "/template", "/_unlisted"],
3+
"excludePatterns" : [".git", "template", "_unlisted"],
44
"defaultSourcePath" : "../../content/hardware",
55
"relativeBuildPath" : "../downloads",
66
"datasheetsFolder" : "datasheets",

0 commit comments

Comments
 (0)