diff --git a/.eslintignore b/.eslintignore index b2365300..d652cf4e 100644 --- a/.eslintignore +++ b/.eslintignore @@ -9,3 +9,5 @@ public/ https-dev-config/localhost.crt https-dev-config/localhost.key Dockerfile +elk-translation-status.json +docs/translation-status.json diff --git a/.gitignore b/.gitignore index 72b234fa..a7cd793f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ dist .vite-inspect .netlify/ .eslintcache +elk-translation-status.json public/shiki public/emojis diff --git a/components/help/HelpPreview.vue b/components/help/HelpPreview.vue index 666f794a..ca869b67 100644 --- a/components/help/HelpPreview.vue +++ b/components/help/HelpPreview.vue @@ -10,7 +10,7 @@ const emit = defineEmits<{
-