exclude files for Initialize CodeQL

This commit is contained in:
Ruben Talstra 2025-02-06 21:10:50 +01:00
parent 1688310e04
commit dc6e5c104d
2 changed files with 9 additions and 1 deletions

6
.codeql-config.yml Normal file
View file

@ -0,0 +1,6 @@
paths:
exclude:
- "**/test/**"
- "**/__tests__/**"
- "**/*.spec.*"
- "**/*.test.*"