chore: ignore files in formatting and linting

This commit is contained in:
ayo 2026-04-27 09:44:45 +02:00
parent 714dad5757
commit 67ffdcbf7d
2 changed files with 4 additions and 2 deletions

View file

@ -6,4 +6,6 @@
**/*.yml
**/*.yaml
templates
templates
**/public/*

View file

@ -16,7 +16,7 @@ export default [
eslintPluginPrettierRecommended,
includeIgnoreFile(gitignorePath),
{
ignores: ['site/*', 'templates/*'],
ignores: ['site/*', 'templates/*', '**/public/*'],
},
{
rules: {