mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2025-10-30 14:17:54 +00:00
fix encoding
This commit is contained in:
@@ -3,7 +3,8 @@ $repo_dir = (Get-Item $MyInvocation.MyCommand.Path).directory.parent.FullName
|
||||
$repo_files = @( Get-ChildItem $repo_dir -file -recurse -force )
|
||||
|
||||
$project_file_exclusions = @(
|
||||
$([regex]::Escape($repo_dir.fullname)+'\\.git\\.*$')
|
||||
$([regex]::Escape($repo_dir.fullname)+'\\.git\\.*$'),
|
||||
'.sublime-workspace$'
|
||||
)
|
||||
|
||||
describe 'Project code' {
|
||||
|
||||
Reference in New Issue
Block a user