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