Skip to content

Commit 8f451a7

Browse files
committed
add dist folder jas fix
1 parent 8dbf035 commit 8f451a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var (
3333
// Exclude pattern for files.
3434
DefaultJasExcludePatterns = []string{"**/.git/**", "**/*test*/**", "**/*venv*/**", NodeModulesPattern, "**/target/**", "**/dist/**"}
3535
// Exclude pattern for directories.
36-
DefaultScaExcludePatterns = []string{"*.git*", "*node_modules*", "*target*", "*venv*", "*test*"}
36+
DefaultScaExcludePatterns = []string{"*.git*", "*node_modules*", "*target*", "*venv*", "*test*", "*dist*"}
3737
)
3838

3939
const (

0 commit comments

Comments
 (0)