Skip to content

Commit

Permalink
feat: add ignore list for lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 24, 2023
1 parent 37a4d76 commit 4167a78
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/basic/index.js
Expand Up @@ -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',
Expand Down

0 comments on commit 4167a78

Please sign in to comment.