Is there an existing issue for this?
Current Behavior
cacache caches (e.g. those created by npm) don't contain a CACHEDIR.TAG file.
These files are useful markers that e.g. GNU tar supports to exclude archiving/backing up/... recreatable data.
Expected Behavior
cacache caches (or at least npm caches) should contain a CACHEDIR.TAG file.
Steps To Reproduce
- In any environment
- Cache something with
cacache
- See no
CACHEDIR.TAG file in the cache
Environment
- npm: Any
- Node: Any
- OS: Any
- platform: Any