Skip to content

Commit

Permalink
.pre-commit-config: exclude .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Sep 5, 2024
1 parent 7a7e06a commit ad43f02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
exclude: |
(?x)^(
Brewfile\.lock\.json|
tmp/.*
tmp/.*|
.vscode/.*
)$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
Expand Down

0 comments on commit ad43f02

Please sign in to comment.