Skip to content

Commit

Permalink
bug fix (#268)
Browse files Browse the repository at this point in the history
Co-authored-by: Nagarjun Sanji <[email protected]>
  • Loading branch information
nagarjunsanji and Nagarjun Sanji authored Sep 23, 2024
1 parent 7696640 commit 8091bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/file/exclusion.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ var defaultExclusions = DefaultExclusionList{
".git",
"obj", // nuget
"bower_components", // bower
".vscode-test", // excluding testing framework
},
}

Expand Down
1 change: 1 addition & 0 deletions internal/file/exclusion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func TestExclusionsWithEmptyTokenEnvVariable(t *testing.T) {
"**/.git/**",
"**/obj/**",
"**/bower_components/**",
"**/.vscode-test/**",
}
defaultExclusions := Exclusions()
assert.Equal(t, gt, defaultExclusions)
Expand Down

0 comments on commit 8091bbc

Please sign in to comment.