fix(all): make copywrite ignores stricter (#2990)

The previous ignore matched oplog_entry.go accidentally.
pull/2960/head
Johan Brandhorst-Satzkorn 3 years ago committed by GitHub
parent 17811f76b8
commit 0e1b020960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,6 +13,7 @@ project {
"internal/ui/.tmp/**",
"website/.eslintrc.js",
"website/prettier.config.js",
"**/*_ent*",
"**/*_ent.*",
"**/*_ent_test.*",
]
}

Loading…
Cancel
Save