See how much space your Git-ignored files use.
npx git-ignored-sizenpm install -g git-ignored-sizeThen run:
gisgis # show help
gis . # scan current repo
gis ../my-repo # scan another repo
gis json # print JSON Size Path
----- ----
842 MB node_modules
217 MB .next
14 MB dist
Total: 1.05 GB across 3 ignored entriesMIT