Add ANCM to VMR exclusions (#17046)

This commit is contained in:
William Godbe 2023-07-28 07:39:06 -07:00 committed by GitHub
parent 0759df6ebb
commit 1f757f260c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,7 @@
"src/submodules/MessagePack-CSharp/**/*.dll",
"**/samples/**/jquery-validation-unobtrusive/.bower.json",
"**/samples/**/jquery-validation-unobtrusive/*.js",
"src/Installers/Windows/AspNetCoreModule-Setup/*",
"src/SignalR/clients/java/signalr/gradle/wrapper/gradle-wrapper.jar"
]
},
@ -182,4 +183,4 @@
"defaultRemote": "https://github.com/dotnet/xliff-tasks"
}
]
}
}