PowerShell Get-Childitem schließen node_modules aus

Get-ChildItem -Exclude *node_modules*
baruchiro