powershell get-childitem exclude node_modules

C++
Get-ChildItem -Exclude *node_modules*
Source

Also in C++: