FYI Garrett just discovered a huge speed up on his...
# general
a
FYI Garrett just discovered a huge speed up on his laptop with:
Copy code
ignore_patterns: [
    ".*/",
   ...
]
in pants.ini. Excludes
.cache
,
.git
and
.pants.d
Worth making a default for everyone I think.