From ca3c66e7b2d4c669a6939d42dcbc451cb3cb6701 Mon Sep 17 00:00:00 2001 From: Johan Brandhorst-Satzkorn Date: Thu, 16 Feb 2023 08:00:57 -0800 Subject: [PATCH] fix: Exempt enterprise files from copywrite (#2971) --- .copywrite.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/.copywrite.hcl b/.copywrite.hcl index 8e16f332a0..dbab182311 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -13,5 +13,6 @@ project { "internal/ui/.tmp/**", "website/.eslintrc.js", "website/prettier.config.js", + "**/*_ent*", ] }