Skip to content

Commit b001a3f

Browse files
committed
try
1 parent 5bef19c commit b001a3f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/codeql/codeql-config.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ name: "DevExtreme CodeQL config"
22
paths-ignore:
33
# all published sources are located in artifacts/npm/**, so we can disable following paths:
44
- "/artifacts/**"
5-
- "/packages/devextreme/artifacts/transpiled/**"
6-
- "/packages/devextreme/artifacts/transpiled-esm-npm/**"
7-
- "/packages/devextreme/artifacts/transpiled-renovation/**"
8-
- "/packages/devextreme/artifacts/transpiled-renovation-npm/**"
5+
- "/packages/devextreme/artifacts/transpiled/**" # not prod code
6+
- "/packages/devextreme/artifacts/transpiled-esm-npm/**" # not prod code
7+
- "/packages/devextreme/artifacts/transpiled-renovation/**" # not prod code
8+
- "/packages/devextreme/artifacts/transpiled-renovation-npm/**" # not prod code
99
- "/packages/devextreme/artifacts/npm/devextreme-dist/**" # same as artifacts/js, removed to optimize
10-
- "/packages/devextreme/artifacts/npm/devextreme/cjs/**" # same as npm/devextreme/esm/**, removed to optimize
11-
- "/packages/devextreme-angular/dist/**"
10+
- "/packages/devextreme-angular/dist/**" # not prod code

0 commit comments

Comments
 (0)