ModClean / modclean

Remove unwanted files and directories from your node_modules folder
MIT License
400 stars 15 forks source link

additionalPatterns does not work #37

Open lal12 opened 4 years ago

lal12 commented 4 years ago

If I call modclean -t --patterns="default:*" -rPt it will find some amount of files. However if I run
modclean --patterns="default:*" --additional-patterns="*.h,*.c,*.cpp,*.cc,*.hpp,*.gypi,*.mk,*.Makefile,*.a,*.o,**/node_modules/*/build" -rPt no files at all will be found.