mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 14:26:46 +00:00
feat: add .dart_tool to project purge targets and disk analyzer (#179)
This commit is contained in:
@@ -105,6 +105,7 @@ var projectDependencyDirs = map[string]bool{
|
||||
"Pods": true,
|
||||
".build": true,
|
||||
"Carthage": true,
|
||||
".dart_tool": true,
|
||||
|
||||
// Other tools
|
||||
".terraform": true, // Terraform plugins
|
||||
|
||||
@@ -138,6 +138,7 @@ var foldDirs = map[string]bool{
|
||||
".build": true,
|
||||
"xcuserdata": true,
|
||||
"Carthage": true,
|
||||
".dart_tool": true,
|
||||
|
||||
// Web frameworks
|
||||
".angular": true,
|
||||
|
||||
Reference in New Issue
Block a user