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
+1 -1
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
'';