Fix codeql config to not scan vendor js, add it to solution

This commit is contained in:
nicolas.dorier
2023-05-23 10:38:59 +09:00
parent e183138d2c
commit a918288e3b
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
paths-ignore:
- 'BTCPayServer/wwwroot/vendor/**/*.test.js'
- 'BTCPayServer/wwwroot/vendor/**/*.js'