Skip to content

Commit c5a9fe7

Browse files
committed
try
1 parent 907e455 commit c5a9fe7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/codeql/codeql-config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ 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/js/**"
65
- "/packages/devextreme/artifacts/transpiled/**"
76
- "/packages/devextreme/artifacts/transpiled-esm-npm/**"
87
- "/packages/devextreme/artifacts/transpiled-renovation/**"
98
- "/packages/devextreme/artifacts/transpiled-renovation-npm/**"
10-
- "/packages/devextreme/artifacts/npm/devextreme/cjs/**" # same as npm/devextreme/esm/**, removed to optimize
9+
- "/packages/devextreme/artifacts/npm/devextreme-dist/**" # same as artifacts/js, removed to optimize
1110
- "/packages/devextreme-angular/dist/**"
1211
- "/packages/devextreme-angular/npm/**"

0 commit comments

Comments
 (0)