mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 07:18:57 +00:00
ci: ignore mermaid.js in codeql and eslint
This commit is contained in:
@@ -2,3 +2,4 @@ name: CodeQL config
|
||||
|
||||
paths-ignore:
|
||||
- assets/lib/**
|
||||
- assets/js/lib/mermaid.js
|
||||
|
||||
@@ -5,6 +5,7 @@ export default antfu({
|
||||
ignores: [
|
||||
'node_modules/**',
|
||||
'assets/lib/**',
|
||||
'assets/js/lib/mermaid.js',
|
||||
'public/**',
|
||||
'layouts/**/*.json',
|
||||
'layouts/**/*.xml',
|
||||
|
||||
Reference in New Issue
Block a user