in generators/module/index.js [138:159]
_copyAll(rootPath, destinationPath) {
super._copyTpl(this.templatePath(`${rootPath}/**/*`), destinationPath, {
exactVersion: this.options.sitecoreUpdate.exactVersion,
majorVersion: this.options.sitecoreUpdate.majorVersion,
netFrameworkVersion: this.options.sitecoreUpdate.netFrameworkVersion,
kernelVersion: this.options.sitecoreUpdate.kernelVersion,
solutionX: this.options.solutionName,
moduleTypeX: this.options.moduleType,
moduleNameX: this.options.moduleName,
solutionUriX: this.options.solutionNameUri,
unicornSerializationDependenciesX: this.options.unicornSerializationDependenciesX,
codeProjectGuidX: this.options.codeGuid,
testProjectGuidX: this.options.testGuid,
codeFolderX: this.options.codeFolderName,
utils: utils
}, {
...super._baseGlobOptions(),
ignore: [...baseIgnore, ...['**/*.yml']]
}, {
preProcessPath: this._processPathModuleTokens
});
}