tj / node-prune

Remove unnecessary files from node_modules (.md, .ts, ...)
MIT License
4.4k stars 130 forks source link

Add compile files #68

Open Aschen opened 4 years ago

Aschen commented 4 years ago

What does this PR do

Remove files needed to compile native add-ons (.cpp, .h, .o etc) Remove the package-lock.json since it's not needed anymore after installing dependencies. Remove man directory (man pages), features (cucumber) and .git

Aschen commented 4 years ago

@tj Sorry to ask, but are you still maintaining the repo? Do you want some help?

zzjin commented 3 years ago

I've add man and .git to ignore folders, and IMO file exts can set by --include *.h --include *.c, so I don't use it to my pr: https://github.com/tj/node-prune/pull/73. Checkout and have a try~