exclude javascript files from signcheck

This commit is contained in:
Christopher Costa 2020-10-21 13:57:55 -07:00
parent e2d3a285c8
commit 696eb44370

View file

@ -0,0 +1,4 @@
;; Exclusions for SignCheck.
;; Format: https://github.com/dotnet/arcade/blob/397316e195639450b6c76bfeb9823b40bee72d6d/src/SignCheck/Microsoft.SignCheck/Verification/Exclusion.cs#L23-L35
*.js;; We do not sign JavaScript files.