lefthook ignore vscode dir

This commit is contained in:
Dylan Knutson
2025-07-14 05:41:49 +00:00
parent a09465ac54
commit bb5c22b070

View File

@@ -47,7 +47,7 @@ pre-commit:
glob: "*.json"
exclude: |
.devcontainer/devcontainer.json
.vscode/settings.json
.vscode
run: |
for file in {staged_files}; do
echo "Checking $file"