beicause / call-graph

Generate call graph for vscode in svg or graphviz dot.
Apache License 2.0
73 stars 17 forks source link

Ignore certain folders/files like node_modules or /bin folder #10

Closed carlos-xpln closed 1 year ago

carlos-xpln commented 1 year ago

This extension is just awesome!

It would be great if we can ignore certain folders & files to keep the graph clean (without obvious calls like map, forEach, etc).

Thanks in advance

jotavemonte commented 1 year ago

@carlos-xpln https://github.com/beicause/call-graph/issues/6 It's already possible to ignore some patterns

zdila commented 1 year ago

.callgraphignore doesn't work for me

carlos-xpln commented 1 year ago

seems to work for me. However, it doesn't ignore files like /bin/..../node_modules/... etc. Only files at the root of the project.