dyatko / arkit

JavaScript architecture diagrams and dependency graphs

Home Page:https://arkit.pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exclusion does not work

demian-da opened this issue · comments

Exclude does not work

To Reproduce

  1. os: ubuntu
  2. markit version: 1.6.2 command: npx arkit -o arkit.svg --exclude *test*
  3. no config file
  4. clone this https://github.com/rohanjr/create-daml-app

Exclude the whole folder seems work.

npx arkit -d src/components -e src/components/common

For a single file seems work too.

npx arkit -d src/components -e src/components/index.tsx
npx arkit -d src/components -e src/components/PLTop/PLTop-view.tsx

But for some files seems not

npx arkit -d src/components -e src/**/*-view.tsx

Console not match as well

  "excludePatterns": [
    "..\\**\\*-view.tsx"
  ],

image

Still an issue.