From fc8d4f1f67f285c7ccf9bef6deb7761a019a4e18 Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 24 May 2023 07:52:04 +0200 Subject: [PATCH] no longer need to ignore locale.ts files as they don't exist anymore --- commafeed-client/.eslintignore | 2 -- commafeed-client/.gitignore | 3 --- 2 files changed, 5 deletions(-) diff --git a/commafeed-client/.eslintignore b/commafeed-client/.eslintignore index 18f7dde2..4e791c0d 100644 --- a/commafeed-client/.eslintignore +++ b/commafeed-client/.eslintignore @@ -2,5 +2,3 @@ dist node_modules vite.config.ts - -src/locales/**/*.ts \ No newline at end of file diff --git a/commafeed-client/.gitignore b/commafeed-client/.gitignore index 635dff8a..db0e4564 100644 --- a/commafeed-client/.gitignore +++ b/commafeed-client/.gitignore @@ -28,6 +28,3 @@ dist-ssr # vite vite.config.ts.timestamp-*.mjs - -# compiled locales -src/locales/**/*.ts \ No newline at end of file