diff --git a/Scripts/Powershell/General Purpose/Directory Walker.md b/Scripts/Powershell/General Purpose/Directory Walker.md index 8dda435..e50d830 100644 --- a/Scripts/Powershell/General Purpose/Directory Walker.md +++ b/Scripts/Powershell/General Purpose/Directory Walker.md @@ -11,9 +11,7 @@ function Export-Tree { $global:TreeLines = @() $global:IgnoreList = @( ".git", - "Dependencies", - "Server", - "Agent" + "Dependencies" ) function Walk-Tree {