Skip to content

Commit

Permalink
add dist folder jas fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hadarshjfrog committed Nov 26, 2024
1 parent 8dbf035 commit 8f451a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var (
// Exclude pattern for files.
DefaultJasExcludePatterns = []string{"**/.git/**", "**/*test*/**", "**/*venv*/**", NodeModulesPattern, "**/target/**", "**/dist/**"}
// Exclude pattern for directories.
DefaultScaExcludePatterns = []string{"*.git*", "*node_modules*", "*target*", "*venv*", "*test*"}
DefaultScaExcludePatterns = []string{"*.git*", "*node_modules*", "*target*", "*venv*", "*test*", "*dist*"}
)

const (
Expand Down

0 comments on commit 8f451a7

Please sign in to comment.