added d.ts to clean
This commit is contained in:
parent
c66889889e
commit
cc19f88ad2
3 changed files with 4 additions and 3 deletions
|
|
@ -116,6 +116,7 @@ if ($all -or $fresh) {
|
|||
Remove-FilesByPattern ".eslintcache" "ESLint cache files"
|
||||
Remove-FilesByPattern ".stylelintcache" "Stylelint cache files"
|
||||
Remove-FilesByPattern ".prettiercache" "Prettier cache files"
|
||||
Remove-FilesByPattern "*.d.ts" "TypeScript build info files"
|
||||
|
||||
# Database files
|
||||
Remove-FilesByPattern "*.db" "database files"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue