Merge pull request #146344 from SuperSandro2000/locate-prune-names

This commit is contained in:
Sandro 2021-11-18 21:02:37 +01:00 committed by GitHub
commit d09e223320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,7 +157,7 @@ in {
pruneNames = mkOption {
type = listOf str;
default = [];
default = [ ".bzr" ".cache" ".git" ".hg" ".svn" ];
description = ''
Directory components which should exclude paths containing them from indexing
'';