diff --git a/cmd/headers.go b/cmd/headers.go index a8be5cc..b1005cf 100644 --- a/cmd/headers.go +++ b/cmd/headers.go @@ -95,10 +95,14 @@ config, see the "copywrite init" command.`, // Append default ignored search patterns (e.g., GitHub Actions workflows) autoSkippedPatterns := []string{ ".github/workflows/**", + ".github/actions/**", ".github/dependabot.yml", "**/node_modules/**", ".copywrite.hcl", ".git/**/*.pack", + ".git/objects/**", + ".git/refs/**", + ".git/logs/**", } ignoredPatterns := lo.Union(conf.Project.HeaderIgnore, autoSkippedPatterns)