Update Scripts/Powershell/General Purpose/Directory Walker.md

This commit is contained in:
2025-04-26 03:04:29 -06:00
parent 8745c6d130
commit ff9fea3a81

View File

@ -11,9 +11,7 @@ function Export-Tree {
$global:TreeLines = @()
$global:IgnoreList = @(
".git",
"Dependencies",
"Server",
"Agent"
"Dependencies"
)
function Walk-Tree {