Skip to content

Commit 133ee24

Browse files
committed
Ignore all internal git files
1 parent 2b8ef54 commit 133ee24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/headers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ config, see the "copywrite init" command.`,
9999
".github/dependabot.yml",
100100
"**/node_modules/**",
101101
".copywrite.hcl",
102-
".git/**/*.pack",
102+
".git/**",
103103
}
104104
ignoredPatterns := lo.Union(conf.Project.HeaderIgnore, autoSkippedPatterns)
105105

0 commit comments

Comments
 (0)