Skip to content

Commit

Permalink
fix: add node_modules to INGORE_FILES (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
CherishTheYouth authored Dec 6, 2023
1 parent 9d74448 commit 16d4a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composables/files-ignore.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const INGORE_FILES: (string | RegExp)[] = [
'pnpm-lock.yaml',
'pnpm-workspace.yaml',
'node_modules',
/tsconfig\.json$/,
/^\./,
]
Expand Down

0 comments on commit 16d4a18

Please sign in to comment.