added d.ts files to clean

This commit is contained in:
Boki 2025-06-19 09:09:54 -04:00
parent 2e223b0d3c
commit 8e218cb802

View file

@ -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"