Lines 394-399
my $target_map = {
Link Here
|
394 |
# ignore files and directories created by the install itself |
394 |
# ignore files and directories created by the install itself |
395 |
'./pm_to_blib' => 'NONE', |
395 |
'./pm_to_blib' => 'NONE', |
396 |
'./blib' => 'NONE', |
396 |
'./blib' => 'NONE', |
|
|
397 |
'.git-blame-ignore-revs' => 'NONE', |
397 |
'.prettierrc.js' => 'NONE', |
398 |
'.prettierrc.js' => 'NONE', |
398 |
'.sass-lint.yml' => 'NONE', |
399 |
'.sass-lint.yml' => 'NONE', |
399 |
'.scss-lint.yml' => 'NONE', |
400 |
'.scss-lint.yml' => 'NONE', |
400 |
- |
|
|