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

(-)a/Makefile.PL (-16 / +16 lines)
Lines 392-412 my $target_map = { Link Here
392
    './virtualshelves'                                 => 'INTRANET_CGI_DIR',
392
    './virtualshelves'                                 => 'INTRANET_CGI_DIR',
393
393
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
    '.git-blame-ignore-revs'                     => 'NONE',
398
    '.prettierrc.js'         => 'NONE',
398
    '.prettierrc.js'                             => 'NONE',
399
    '.sass-lint.yml'         => 'NONE',
399
    '.sass-lint.yml'                             => 'NONE',
400
    '.scss-lint.yml'         => 'NONE',
400
    '.scss-lint.yml'                             => 'NONE',
401
    'gulpfile.js'            => 'NONE',
401
    'gulpfile.js'                                => 'NONE',
402
    'package.json'           => 'NONE',
402
    'package.json'                               => 'NONE',
403
    'yarn.lock'              => 'NONE',
403
    'yarn.lock'                                  => 'NONE',
404
    'cypress.config.ts'      => 'NONE',
404
    'cypress.config.ts'                          => 'NONE',
405
    'tsconfig.json'          => 'NONE',
405
    'tsconfig.json'                              => 'NONE',
406
    'webpack.config.js'      => 'NONE',
406
    'webpack.config.js'                          => 'NONE',
407
    'rspack.config.js'       => 'NONE',
407
    'rspack.config.js'                           => 'NONE',
408
    'eslint.config.mjs'      => 'NONE',
408
    'eslint.config.mjs'                          => 'NONE',
409
    '.codespell-ignore'      => 'NONE',
409
    '.codespell-ignore'                          => 'NONE',
410
    './koha-tmpl/intranet-tmpl/prog/js/vue/dist' => 'NONE',
410
};
411
};
411
412
412
=head1 CONFIGURATION OPTIONS
413
=head1 CONFIGURATION OPTIONS
413
- 

Return to bug 40773