Przeglądaj źródła

Ignore the JavaScript (npm) dependency tree changes

Signed-off-by: Adam Lippai <adam@rigo.sk>
Ádám Lippai 6 lat temu
rodzic
commit
ee094fc221
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      internal/plumbing/tree_diff.go

+ 1 - 1
internal/plumbing/tree_diff.go

@@ -45,7 +45,7 @@ const (
 	allLanguages = "all"
 )
 
-var defaultBlacklistedDirs = []string{"vendor/", "vendors/", "node_modules/"}
+var defaultBlacklistedDirs = []string{"vendor/", "vendors/", "node_modules/", "package-lock.json"}
 
 // Name of this PipelineItem. Uniquely identifies the type, used for mapping keys, etc.
 func (treediff *TreeDiff) Name() string {