View | Details | Raw Unified | Return to bug 39096
Collapse All | Expand All

(-)a/Makefile.PL (-1 / +1 lines)
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
- 

Return to bug 39096