NPM Build Utilities @ 0.1.3
    Preparing search index...

    Function IGNORE_COPIED

    • Files that are copied into subdirectories (e.g., releases and snapshots).

      Parameters

      Returns string[]

      0.1.0-alpha

              export const IGNORE_COPIED = ( stage: Stage ) => [
      stage.config.paths.release.replace( /\/$/g, '' ) + '/**',
      stage.config.paths.snapshot.replace( /\/$/g, '' ) + '/**',
      ];