Skip to content

Commit c96f589

Browse files
committed
feature(@putout/plugin-npmignore) add coverage
1 parent fcc1009 commit c96f589

File tree

135 files changed

+212
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+212
-60
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
.*
2+
yarn-error.log
3+
coverage

codemods/apply-replace-all/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ yarn-error.log
55
fixture
66

77
madrun.js
8+
coverage

codemods/convert-pascal-to-camel/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
test
33
yarn-error.log
44

5+
coverage

codemods/cut-legacy/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ yarn-error.log
44

55
madrun.js
66

7+
coverage

codemods/cut-useless-functions/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ yarn-error.log
55
fixture
66

77
madrun.js
8+
coverage

codemods/madrun/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ fixture
55
yarn-error.log
66

77
madrun.js
8+
coverage

codemods/remove-legacy-from-gitignore/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ fixture
55
yarn-error.log
66

77
madrun.js
8+
coverage

packages/babel-plugin-putout/.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ node_modules
22
.*
33
test
44

5+
yarn-error.log
6+
coverage

packages/engine-loader/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ yarn-error.log
44
*.spec.js
55

66
madrun.js
7+
coverage

packages/engine-parser/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ test
44
yarn-error.log
55

66
madrun.js
7+
coverage

0 commit comments

Comments
 (0)