From 2b4f2ba1bc973abd186b2f992770529b23f0aa55 Mon Sep 17 00:00:00 2001 From: Ryan Miller Date: Thu, 28 Mar 2024 14:44:27 +1100 Subject: [PATCH] fix: add ignores for the generated locale type file --- .eslintignore | 2 ++ .gitignore | 1 + .prettierignore | 2 ++ 3 files changed, 5 insertions(+) diff --git a/.eslintignore b/.eslintignore index cd371d9ae..c72fa9587 100644 --- a/.eslintignore +++ b/.eslintignore @@ -15,3 +15,5 @@ stylesheets/dist/ compiled.d.ts .eslintrc.js playwright.config.js + +ts/localization/locales.ts diff --git a/.gitignore b/.gitignore index a57cb1a51..965af405c 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ stylesheets/dist/ *.worker.js.LICENSE.txt ts/webworker/workers/node/**/*.node +ts/localization/locales.ts diff --git a/.prettierignore b/.prettierignore index 6a865d97f..a5a365d92 100644 --- a/.prettierignore +++ b/.prettierignore @@ -28,3 +28,5 @@ release/** .nyc_output/ coverage/ stylesheets/dist/** + +ts/localization/locales.ts