feat: add ignore list for lint-staged
This commit is contained in:
parent
37a4d762c3
commit
4167a78419
@ -28,6 +28,17 @@ module.exports = {
|
||||
'pnpm-lock.yaml',
|
||||
'yarn.lock',
|
||||
'__snapshots__',
|
||||
// ignore for in lint-staged
|
||||
'*.css',
|
||||
'*.png',
|
||||
'*.ico',
|
||||
'*.toml',
|
||||
'*.patch',
|
||||
'*.txt',
|
||||
'*.crt',
|
||||
'*.key',
|
||||
'Dockerfile',
|
||||
// force include
|
||||
'!.github',
|
||||
'!.vitepress',
|
||||
'!.vscode',
|
||||
|
Loading…
Reference in New Issue
Block a user