cc-core-cli 1.0.156 → 1.0.157
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/index.js +1 -1
- package/package.json +1 -1
package/bin/index.js
CHANGED
|
@@ -65,7 +65,7 @@ if (action === 'upgrade') {
|
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
const spinner = ora('(1/2) Copying files!').start();
|
|
68
|
-
const IGNORE_FILES = ['src/modules', 'docker-compose.yml', '
|
|
68
|
+
const IGNORE_FILES = ['src/modules', 'docker-compose.yml', 'package.json', 'version.json', 'README.md', 'custom.less', '.env.develop', '_env', '_gitignore', '_npmrc'];
|
|
69
69
|
fs.copySync(`${__dirname}/../template/${project}`, '.', {
|
|
70
70
|
recursive: true,
|
|
71
71
|
filter: (name) => {
|