Explorar o código

Merge pull request #108 from alippai/patch-1

Ignore the JavaScript (npm) dependency tree changes
Vadim Markovtsev %!s(int64=6) %!d(string=hai) anos
pai
achega
5c773e90b3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {