Skip to content

Commit

Permalink
ignore large fixtures from repo visualiser
Browse files Browse the repository at this point in the history
  • Loading branch information
waldowred5 committed Jun 11, 2024
1 parent bf23e9f commit dd5107e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- name: Update diagram
uses: githubocto/repo-visualizer@0.9.1
with:
excluded_paths: "ignore,.github,.idea,node_modules,dist,out,build,eject,.yarn,yarn.lock,.pnp.loader.mjs,.pnp.cjs,src/output.css"
excluded_paths: "ignore,.github,.idea,node_modules,dist,out,build,eject,.yarn,yarn.lock,.pnp.loader.mjs,.pnp.cjs,src/output.css,src/__fixtures__"

0 comments on commit dd5107e

Please sign in to comment.