We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973ee5d commit c0a2afaCopy full SHA for c0a2afa
_InitializeRepository.ps1
@@ -25,7 +25,7 @@ Begin
25
26
function Remove-AllRepositoryFilesExceptTemplateModuleFiles
27
{
28
- Get-ChildItem -Path $RepositoryRoot -Recurse -File |
+ Get-ChildItem -Path $RepositoryRoot -Recurse |
29
Where-Object {
30
$_.FullName -notlike "$RepositoryRoot\.git\*" -and # Don't delete the .git directory.
31
$_.FullName -notlike "$RepositoryRoot\_InitializeRepository.ps1" -and # Don't delete this script.
0 commit comments