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',
|
'pnpm-lock.yaml',
|
||||||
'yarn.lock',
|
'yarn.lock',
|
||||||
'__snapshots__',
|
'__snapshots__',
|
||||||
|
// ignore for in lint-staged
|
||||||
|
'*.css',
|
||||||
|
'*.png',
|
||||||
|
'*.ico',
|
||||||
|
'*.toml',
|
||||||
|
'*.patch',
|
||||||
|
'*.txt',
|
||||||
|
'*.crt',
|
||||||
|
'*.key',
|
||||||
|
'Dockerfile',
|
||||||
|
// force include
|
||||||
'!.github',
|
'!.github',
|
||||||
'!.vitepress',
|
'!.vitepress',
|
||||||
'!.vscode',
|
'!.vscode',
|
||||||
|
Loading…
Reference in New Issue
Block a user