easy-soft-develop 2.0.195 → 2.0.197

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-develop",
3
- "version": "2.0.195",
3
+ "version": "2.0.197",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -7,6 +7,8 @@ const content = \`#
7
7
  **/public
8
8
  **/lib
9
9
  **/es
10
+ **/docs
11
+ **/coverage
10
12
  **/.history
11
13
  **/.vs
12
14
  **/.swc
@@ -67,6 +67,8 @@ const content = \`# ignore dir
67
67
  **/lib/**
68
68
  **/dist/**
69
69
  **/es/**
70
+ **/docs/**
71
+ **/coverage/**
70
72
  **/.umi/**
71
73
  **/.umi-production/**
72
74
  **/.idea/**
@@ -68,7 +68,10 @@ const ignoreFile = {
68
68
  fileName: 'ignore.content.js',
69
69
  coverFile: false,
70
70
  fileContent: `${fileGlobalHeader}
71
- const content = \`\`;
71
+ const content = \`# ignore dir
72
+ **/coverage/**
73
+ **/docs/**
74
+ \`;
72
75
 
73
76
  module.exports = {
74
77
  content,