Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
lietu committed Aug 19, 2023
1 parent 95cbe31 commit 2f9cec6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -8,13 +8,15 @@ repos:
exclude: |
(?x)(
^.*/wailsjs/.*$|
^.*/package.json.md5$|
^.*/vendor/.*$|
^NOT-EXISTING-LAST-ENTRY$
)
- id: end-of-file-fixer
exclude: |
(?x)(
^.*/wailsjs/.*$|
^.*/package.json.md5$|
^.*/vendor/.*$|
^NOT-EXISTING-LAST-ENTRY$
)
@@ -40,6 +42,7 @@ repos:
exclude: |
(?x)(
^.*/wailsjs/.*$|
^.*/package.json.md5$|
^.*/vendor/.*$|
/pnpm-lock.yaml$|
^NOT-EXISTING-LAST-ENTRY$

0 comments on commit 2f9cec6

Please sign in to comment.