Skip to content

Commit

Permalink
set path deny list for performance improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Apr 30, 2024
1 parent d9bd82f commit 26cbd1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions processor/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ func Process() {
fileWalker.IgnoreGitIgnore = GitIgnore
fileWalker.IgnoreIgnoreFile = Ignore
fileWalker.IncludeHidden = true
fileWalker.ExcludeDirectory = PathDenyList

go func() {
err := fileWalker.Start()
Expand Down

0 comments on commit 26cbd1b

Please sign in to comment.