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