deprank
deprank copied to clipboard
how to exclude dist/ .next/ folders
deprank assumes that your source files live in a separate folder, e.g.
dist
|- index.js
|- foo.js
src
|- index.ts
|- foo.ts
I'm assuming you have something like:
dist
|- index.js
|- foo.ts
index.ts
foo.ts
?
If so this is not currently supported, but I'd be happy to accept a PR which adds a --ignore ./dist --ignore .next
CLI option