From e77267e33b624ecd75ed02b62453f72615b7ff40 Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 24 May 2023 08:46:49 +0200 Subject: [PATCH] Revert "no longer need to ignore locale.ts files as they don't exist anymore", adjusting comment --- commafeed-client/.eslintignore | 4 ++++ commafeed-client/.gitignore | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/commafeed-client/.eslintignore b/commafeed-client/.eslintignore index 4e791c0d..a3068c1b 100644 --- a/commafeed-client/.eslintignore +++ b/commafeed-client/.eslintignore @@ -2,3 +2,7 @@ dist node_modules vite.config.ts + +# compiled linguijs locales +# they no longer exist but we keep this to avoid issues with people still having those files on disk +src/locales/**/*.ts \ No newline at end of file diff --git a/commafeed-client/.gitignore b/commafeed-client/.gitignore index db0e4564..edc764ce 100644 --- a/commafeed-client/.gitignore +++ b/commafeed-client/.gitignore @@ -28,3 +28,7 @@ dist-ssr # vite vite.config.ts.timestamp-*.mjs + +# compiled linguijs locales +# they no longer exist but we keep this to avoid issues with people still having those files on disk +src/locales/**/*.ts \ No newline at end of file