chore: add changelog entry for #1356

This commit is contained in:
Andrey Nering
2023-10-07 18:41:35 -03:00
parent 2f92f2ac5f
commit 222cd8c8f8
2 changed files with 3 additions and 1 deletions

View File

@@ -180,7 +180,7 @@ func shouldIgnoreFile(path string) bool {
"/.task",
"/.git",
"/.hg",
"/.node_modules",
"/node_modules",
}
for _, p := range ignorePaths {
if strings.Contains(path, fmt.Sprintf("%s/", p)) || strings.HasSuffix(path, p) {