1
0
Fork 0

S3 cache: Ignore more files

This commit is contained in:
Daniel Kempkens 2022-08-17 23:18:31 +02:00
parent 8f8be14f23
commit 96daaa9f77

View file

@ -27,6 +27,13 @@ in
[[ $storePath == *"home-manager"* ]] ||
[[ $storePath == *"-etc" ]] ||
[[ $storePath == *"-source" ]] ||
[[ $storePath == *"-launchd" ]] ||
[[ $storePath == *"-fonts" ]] ||
[[ $storePath == *"-darwin-manual-"* ]] ||
[[ $storePath == *"-manual-olinkdb" ]] ||
[[ $storePath == *"-man-pages" ]] ||
[[ $storePath == *"-darwin-manpages" ]] ||
[[ $storePath == *"-fish-completions" ]] ||
[[ $storePath == *".drv" ]] ||
[[ $storePath == *".drv.chroot" ]] ||
[[ $storePath == *".check" ]] ||