Skip to content

Commit 03a2a77

Browse files
committed
chore(ci): ignore demo folder while code checking
1 parent 831bf44 commit 03a2a77

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/codeql/codeql-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: "CodeQL Config"
2+
3+
paths-ignore:
4+
- "demo/**"
5+
- "**/demo/**"
6+
- "demo/build/**"
7+
- "build/**"
8+
- "dist/**"
9+
- "node_modules/**"

0 commit comments

Comments
 (0)