From c9360e2310dee2896592649f8a8f9b03e2737bf2 Mon Sep 17 00:00:00 2001 From: Elizabeth Mitchell Date: Wed, 20 Dec 2023 15:19:23 -0800 Subject: [PATCH] chore: remove commitlint.config.js from build files PiperOrigin-RevId: 592670865 --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 1e103a369..5c0c27bb2 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "**/*.scss", "!css-to-ts.js", "!web-test-runner.config.js", + "!commitlint.config.js", "!**/test/**", "!**/testing/**", "!**/*_test.*", @@ -95,6 +96,7 @@ "**/*.d.ts", "!css-to-ts.js", "!web-test-runner.config.js", + "!commitlint.config.js", "!types/", "!catalog", "!scripts/"