Merge pull request #8962 from chcosta/exclusions

exclude javascript files from signcheck
This commit is contained in:
Christopher Costa 2020-10-21 16:49:26 -07:00 committed by GitHub
commit 5386fde7ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.