We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6b33e commit 3d6113eCopy full SHA for 3d6113e
codeql-config.yml
@@ -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