- Generate technical repo files.

#Create Block from registry.
This commit is contained in:
2022-10-04 05:19:55 +03:00
parent 93c39981f9
commit 30a3e964bd
-24
View File
@@ -134,30 +134,6 @@ export default class extends Generator {
// Technical Project files.
createTechnicalFiles(data, baseDir).then();
// this.fs.copyTpl(
// this.templatePath('package.json'),
// this.destinationPath(path.join(pathDist, 'package.json')),
// data
// );
//
// this.fs.copyTpl(
// this.templatePath('README.md'),
// this.destinationPath(path.join(pathDist, 'README.md')),
// data
// );
//
// this.fs.copyTpl(
// this.templatePath('.editorconfig'),
// this.destinationPath(path.join(pathDist, '.editorconfig')),
// data
// );
//
// this.fs.copyTpl(
// this.templatePath('.gitignore'),
// this.destinationPath(path.join(pathDist, '.gitignore')),
// data
// );
}
}