fix: add ignores for the generated locale type file

pull/3206/head
Ryan Miller 1 year ago
parent 45f5a73b46
commit 2b4f2ba1bc

@ -15,3 +15,5 @@ stylesheets/dist/
compiled.d.ts
.eslintrc.js
playwright.config.js
ts/localization/locales.ts

1
.gitignore vendored

@ -52,3 +52,4 @@ stylesheets/dist/
*.worker.js.LICENSE.txt
ts/webworker/workers/node/**/*.node
ts/localization/locales.ts

@ -28,3 +28,5 @@ release/**
.nyc_output/
coverage/
stylesheets/dist/**
ts/localization/locales.ts

Loading…
Cancel
Save