Exclude the dist forlder from pre-commit #54

Merged
Philipp merged 1 commits from philipp-patch-1 into main 2025-12-27 21:10:44 +01:00
Showing only changes of commit cbc45bbd10 - Show all commits

View File

@@ -1,4 +1,4 @@
exclude: ^node_modules/
exclude: ^(dist|node_modules)/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0