Skip to content

Commit c28cdc1

Browse files
committed
add(config): added npm-ingored files
1 parent 6d920af commit c28cdc1

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
/.npmignore
77
/tsconfig.json
88
/docs/
9+
/.eslintignore
910
/.eslintrc
1011
/examples/
12+
/commitlint.config.js

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
'generator',
1616
'doc',
1717
'lint',
18+
'config',
1819
'branch',
1920
'global'
2021
]],

0 commit comments

Comments
 (0)