Skip to content

Commit 19a09e4

Browse files
Exclude DIST from Policheck (#3899)
1 parent 81400f0 commit 19a09e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/compliance/PoliCheckExclusions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<PoliCheckExclusions>
22
<!--Each of these exclusions is a folder name -if \[name]\exists in the file path, it will be skipped -->
3-
<Exclusion Type="FolderPathFull">NODE_MODULES|BACKUPTEMPLATES</Exclusion>
3+
<Exclusion Type="FolderPathFull">NODE_MODULES|BACKUPTEMPLATES|DIST</Exclusion>
44
<!--Each of these exclusions is a folder name -if any folder or file starts with "\[name]", it will be skipped -->
55
<!--<Exclusion Type="FolderPathStart">ABC|XYZ</Exclusion>-->
66
<!--Each of these file types will be completely skipped for the entire scan -->

0 commit comments

Comments
 (0)