Skip to content

Commit 957115d

Browse files
chore(ci): exclude generated build artifacts from CodeQL and build out-of-tree
1 parent a12e839 commit 957115d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/codeql/codeql-config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CodeQL config: exclude generated build artifacts from analysis
2+
# See: https://docs.github.com/en/code-security/code-scanning
3+
paths-ignore:
4+
- "dist/**"
5+
- "**/dist/**"
6+
- "build/**"
7+
- "**/build/**"

0 commit comments

Comments
 (0)