Skip to content

Commit

Permalink
feat: add more ignores (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Nov 15, 2023
1 parent cce69b9 commit 8d4da21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -81,3 +81,4 @@ dist
_fixtures

.temp
.history
4 changes: 4 additions & 0 deletions src/globs.ts
Expand Up @@ -53,6 +53,10 @@ export const GLOB_EXCLUDE = [
'**/output',
'**/coverage',
'**/temp',
'**/.temp',
'**/tmp',
'**/.tmp',
'**/.history',
'**/.vitepress/cache',
'**/.nuxt',
'**/.next',
Expand Down

0 comments on commit 8d4da21

Please sign in to comment.