Skip to content

Commit

Permalink
Remove an unimportant file from the graphs #3109
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrutherford committed Mar 19, 2024
1 parent 663f8de commit 5042538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphs/.dependency-cruiser.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ module.exports = {
path: 'node_modules'
},
exclude : {
path: 'node_modules',
path: 'external-types.d.ts|node_modules',
dynamic: true
},
includeOnly : '^src/',
Expand Down

0 comments on commit 5042538

Please sign in to comment.