S3 cache: Ignore more files
This commit is contained in:
parent
8f8be14f23
commit
96daaa9f77
1 changed files with 7 additions and 0 deletions
|
@ -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" ]] ||
|
||||
|
|
Loading…
Reference in a new issue