You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
The cache is properly created for hidden (.dot) files and directories but these are not copied back after a cache hit since globby's default is to not include them:
The cache is properly created for hidden (.dot) files and directories but these are not copied back after a cache hit since globby's default is to not include them:
backfill/packages/cache/src/LocalCacheStorage.ts
Lines 28 to 30 in 3df30b0
These lines should either be:
Or they should be made configurable.