mirror of
https://github.com/tw93/Mole.git
synced 2026-02-16 08:21:18 +00:00
Merge branch 'main' of github.com:tw93/Mole
This commit is contained in:
@@ -105,6 +105,7 @@ var projectDependencyDirs = map[string]bool{
|
|||||||
"Pods": true,
|
"Pods": true,
|
||||||
".build": true,
|
".build": true,
|
||||||
"Carthage": true,
|
"Carthage": true,
|
||||||
|
".dart_tool": true,
|
||||||
|
|
||||||
// Other tools
|
// Other tools
|
||||||
".terraform": true, // Terraform plugins
|
".terraform": true, // Terraform plugins
|
||||||
|
|||||||
@@ -138,6 +138,7 @@ var foldDirs = map[string]bool{
|
|||||||
".build": true,
|
".build": true,
|
||||||
"xcuserdata": true,
|
"xcuserdata": true,
|
||||||
"Carthage": true,
|
"Carthage": true,
|
||||||
|
".dart_tool": true,
|
||||||
|
|
||||||
// Web frameworks
|
// Web frameworks
|
||||||
".angular": true,
|
".angular": true,
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ readonly PURGE_TARGETS=(
|
|||||||
"obj" # C# / Unity
|
"obj" # C# / Unity
|
||||||
".turbo" # Turborepo cache
|
".turbo" # Turborepo cache
|
||||||
".parcel-cache" # Parcel bundler
|
".parcel-cache" # Parcel bundler
|
||||||
|
".dart_tool" # Flutter/Dart build cache
|
||||||
)
|
)
|
||||||
|
|
||||||
# Minimum age in days before considering for cleanup
|
# Minimum age in days before considering for cleanup
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ clean_time_machine_failed_backups() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Skip if backup is running (check actual Running status, not just daemon existence)
|
# Skip if backup is running (check actual Running status, not just daemon existence)
|
||||||
if tmutil status 2>/dev/null | grep -q "Running = 1"; then
|
if tmutil status 2> /dev/null | grep -q "Running = 1"; then
|
||||||
if [[ "$spinner_active" == "true" ]]; then
|
if [[ "$spinner_active" == "true" ]]; then
|
||||||
stop_section_spinner
|
stop_section_spinner
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user