1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 20:54:50 +00:00

feat: add .dart_tool to project purge targets and disk analyzer (#179)

This commit is contained in:
Hensell
2025-12-28 06:12:22 -06:00
committed by GitHub
parent ffce5aeb2a
commit 23479c61bd
3 changed files with 3 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ var projectDependencyDirs = map[string]bool{
"Pods": true,
".build": true,
"Carthage": true,
".dart_tool": true,
// Other tools
".terraform": true, // Terraform plugins

View File

@@ -138,6 +138,7 @@ var foldDirs = map[string]bool{
".build": true,
"xcuserdata": true,
"Carthage": true,
".dart_tool": true,
// Web frameworks
".angular": true,

View File

@@ -21,6 +21,7 @@ readonly PURGE_TARGETS=(
"obj" # C# / Unity
".turbo" # Turborepo cache
".parcel-cache" # Parcel bundler
".dart_tool" # Flutter/Dart build cache
)
# Minimum age in days before considering for cleanup