Skip to content

Commit 3d6113e

Browse files
committed
feat: add CodeQL configuration file to enhance code scanning and ignore specified paths for improved analysis
1 parent 0d6b33e commit 3d6113e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

codeql-config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# CodeQL configuration (root)
2+
# https://docs.github.com/en/code-security/code-scanning/managing-your-code-scanning-configuration/editing-your-configuration-of-default-setup
3+
4+
name: "CodeQL config"
5+
6+
paths-ignore:
7+
- "**/node_modules"
8+
- "**/dist"
9+
- "**/build"
10+
- "**/.turbo"
11+
- "**/coverage"
12+
- "**/*.test.ts"
13+
- "**/*.spec.ts"

0 commit comments

Comments
 (0)