Files that are copied into subdirectories (e.g., releases and snapshots).
0.1.0-alpha
export const IGNORE_COPIED = ( stage: Stage ) => [ stage.config.paths.release.replace( /\/$/g, '' ) + '/**', stage.config.paths.snapshot.replace( /\/$/g, '' ) + '/**', ]; Copy
export const IGNORE_COPIED = ( stage: Stage ) => [ stage.config.paths.release.replace( /\/$/g, '' ) + '/**', stage.config.paths.snapshot.replace( /\/$/g, '' ) + '/**', ];
Files that are copied into subdirectories (e.g., releases and snapshots).