Lines 377-382
my $target_map = {
Link Here
|
377 |
# ignore files and directories created by the install itself |
377 |
# ignore files and directories created by the install itself |
378 |
'./pm_to_blib' => 'NONE', |
378 |
'./pm_to_blib' => 'NONE', |
379 |
'./blib' => 'NONE', |
379 |
'./blib' => 'NONE', |
|
|
380 |
'.sass-lint.yml' => 'NONE', |
381 |
'.scss-lint.yml' => 'NONE', |
382 |
'gulpfile.js' => 'NONE', |
383 |
'package.json' => 'NONE', |
384 |
'yarn.lock' => 'NONE', |
380 |
}; |
385 |
}; |
381 |
|
386 |
|
382 |
=head1 CONFIGURATION OPTIONS |
387 |
=head1 CONFIGURATION OPTIONS |
383 |
- |
|
|