Skip to content

Commit ce7eb65

Browse files
authored
Merge pull request #1983 from hashicorp/alex-ju/ignore-dts-files
Avoid copywrite on type declaration files
2 parents 937cee1 + 894cff3 commit ce7eb65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.copywrite.hcl

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ project {
1414
"**/*rc.js",
1515
# Distribution files
1616
"**/dist/**",
17+
# Type declarations
18+
"**/*.d.ts",
1719
# SVG icons packed as `tsx` files
1820
"packages/flight-icons/svg-react/*",
1921
# Handlebars components sensitive to white-space

0 commit comments

Comments
 (0)