Update Scripts/Powershell/General Purpose/Directory Walker.md
This commit is contained in:
@ -11,9 +11,7 @@ function Export-Tree {
|
||||
$global:TreeLines = @()
|
||||
$global:IgnoreList = @(
|
||||
".git",
|
||||
"Dependencies",
|
||||
"Server",
|
||||
"Agent"
|
||||
"Dependencies"
|
||||
)
|
||||
|
||||
function Walk-Tree {
|
||||
|
Reference in New Issue
Block a user