From 67ffdcbf7df652bc55b64b04eb541f854c1d91d6 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 27 Apr 2026 09:44:45 +0200 Subject: [PATCH] chore: ignore files in formatting and linting --- .prettierignore | 4 +++- eslint.config.mjs | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.prettierignore b/.prettierignore index 77acd2f..68f3cc5 100644 --- a/.prettierignore +++ b/.prettierignore @@ -6,4 +6,6 @@ **/*.yml **/*.yaml -templates \ No newline at end of file +templates + +**/public/* \ No newline at end of file diff --git a/eslint.config.mjs b/eslint.config.mjs index 5c6ced8..c8760e1 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -16,7 +16,7 @@ export default [ eslintPluginPrettierRecommended, includeIgnoreFile(gitignorePath), { - ignores: ['site/*', 'templates/*'], + ignores: ['site/*', 'templates/*', '**/public/*'], }, { rules: {