Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ local
gh/
.claude
.wrangler

# Secrets and machine-local tool state
*.pem
*.key
Expand All @@ -12,4 +11,7 @@ gh/
credentials.json
*.secret
Brewfile.lock.json

# XDG_CONFIG_HOME points at this repo, so tools sometimes drop machine-local
# state here. Homebrew writes its tap trust store (homebrew/trust.json).
homebrew/
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Pre-commit hooks for this dotfiles repo.
# Install once with: pre-commit install
# Run against all files: pre-commit run --all-files
repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.30.1
hooks:
# Scans staged changes for secrets before they can be committed.
- id: gitleaks