We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c823c commit 9812159Copy full SHA for 9812159
.github/codeql-config.yaml
@@ -1,9 +1,10 @@
1
paths-ignore:
2
# Ignore the wasm folder which requires compiling for wasm, not supported by CodeQL
3
- wasm/
4
- # node_modules and compiled ui
+ # node_modules, compiled UI, and the WASM runtime from Go
5
- ui/node_modules
6
- ui/dist
7
+ - ui/src/sw/wasm_exec.js
8
9
# Adding other queries
10
queries:
0 commit comments