Skip to content

Commit

Permalink
docs: 📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 21, 2024
1 parent 866fb49 commit e31a380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ TypeScript 编译器选项。
默认值:
```javascript
[
'node_modules',
'.git',
'dist',
/\.d\.ts$/,
file => file.includes('node_modules'),
file => file.endsWith('.log')
]
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ Patterns to ignore during the copy phase.
Default:
```javascript
[
'node_modules',
'.git',
'dist',
/\.d\.ts$/,
file => file.includes('node_modules'),
file => file.endsWith('.log')
]
```
Expand Down

0 comments on commit e31a380

Please sign in to comment.