added d.ts files to clean
This commit is contained in:
parent
2e223b0d3c
commit
8e218cb802
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ if [ "$ALL" = true ] || [ "$FRESH" = true ]; then
|
||||||
|
|
||||||
# TypeScript and build files
|
# TypeScript and build files
|
||||||
remove_files_by_pattern "*.tsbuildinfo" "TypeScript build info files"
|
remove_files_by_pattern "*.tsbuildinfo" "TypeScript build info files"
|
||||||
|
remove_files_by_pattern "*.d.ts" "TypeScript build info files"
|
||||||
remove_files_by_pattern ".eslintcache" "ESLint cache files"
|
remove_files_by_pattern ".eslintcache" "ESLint cache files"
|
||||||
remove_files_by_pattern ".stylelintcache" "Stylelint cache files"
|
remove_files_by_pattern ".stylelintcache" "Stylelint cache files"
|
||||||
remove_files_by_pattern ".prettiercache" "Prettier cache files"
|
remove_files_by_pattern ".prettiercache" "Prettier cache files"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue