Skip to content

Commit b9f1677

Browse files
committed
fix: test config
1 parent f6402e0 commit b9f1677

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ dist
77
# TypeScript cache
88
*.tsbuildinfo
99

10+
# Test coverage
11+
coverage/
12+
1013
# Optional npm cache directory
1114
.npm
1215

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default [
1818
ignores: [
1919
'**/.DS_Store',
2020
'**/node_modules',
21+
'**/coverage',
2122
'**/bin',
2223
'**/dist',
2324
'**/demo',

0 commit comments

Comments
 (0)