chore: ignore files in formatting and linting
This commit is contained in:
parent
714dad5757
commit
67ffdcbf7d
2 changed files with 4 additions and 2 deletions
|
|
@ -6,4 +6,6 @@
|
|||
**/*.yml
|
||||
**/*.yaml
|
||||
|
||||
templates
|
||||
templates
|
||||
|
||||
**/public/*
|
||||
|
|
@ -16,7 +16,7 @@ export default [
|
|||
eslintPluginPrettierRecommended,
|
||||
includeIgnoreFile(gitignorePath),
|
||||
{
|
||||
ignores: ['site/*', 'templates/*'],
|
||||
ignores: ['site/*', 'templates/*', '**/public/*'],
|
||||
},
|
||||
{
|
||||
rules: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue