From ffa4d43d8fac22c134deb7a190e03ea3ed17f048 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Sun, 11 Feb 2024 02:00:47 +0100 Subject: [PATCH] ignore jsdoc output for prettier and eslint --- .eslintignore | 1 + .prettierignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index df2ca4a..f160f46 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,6 +4,7 @@ node_modules .env .env.* !.env.example +docs # Ignore files for PNPM, NPM and YARN pnpm-lock.yaml diff --git a/.prettierignore b/.prettierignore index df2ca4a..f160f46 100644 --- a/.prettierignore +++ b/.prettierignore @@ -4,6 +4,7 @@ node_modules .env .env.* !.env.example +docs # Ignore files for PNPM, NPM and YARN pnpm-lock.yaml