Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
pomahtri committed Nov 15, 2024
1 parent 5bef19c commit b001a3f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: "DevExtreme CodeQL config"
paths-ignore:
# all published sources are located in artifacts/npm/**, so we can disable following paths:
- "/artifacts/**"
- "/packages/devextreme/artifacts/transpiled/**"
- "/packages/devextreme/artifacts/transpiled-esm-npm/**"
- "/packages/devextreme/artifacts/transpiled-renovation/**"
- "/packages/devextreme/artifacts/transpiled-renovation-npm/**"
- "/packages/devextreme/artifacts/transpiled/**" # not prod code
- "/packages/devextreme/artifacts/transpiled-esm-npm/**" # not prod code
- "/packages/devextreme/artifacts/transpiled-renovation/**" # not prod code
- "/packages/devextreme/artifacts/transpiled-renovation-npm/**" # not prod code
- "/packages/devextreme/artifacts/npm/devextreme-dist/**" # same as artifacts/js, removed to optimize
- "/packages/devextreme/artifacts/npm/devextreme/cjs/**" # same as npm/devextreme/esm/**, removed to optimize
- "/packages/devextreme-angular/dist/**"
- "/packages/devextreme-angular/dist/**" # not prod code

0 comments on commit b001a3f

Please sign in to comment.