From 8e218cb802dead610dec4f24adcd3c8017813edd Mon Sep 17 00:00:00 2001 From: Boki Date: Thu, 19 Jun 2025 09:09:54 -0400 Subject: [PATCH] added d.ts files to clean --- scripts/clean.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/clean.sh b/scripts/clean.sh index 0bc14a2..337528f 100755 --- a/scripts/clean.sh +++ b/scripts/clean.sh @@ -186,6 +186,7 @@ if [ "$ALL" = true ] || [ "$FRESH" = true ]; then # TypeScript and build 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 ".stylelintcache" "Stylelint cache files" remove_files_by_pattern ".prettiercache" "Prettier cache files"