Skip to content
Merged
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
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,13 @@ temp/
.smriti/CLAUDE.md
.smriti/knowledge/
.smriti/index.json

# Personal writing / local-only notes
docs/writing/

# Letta Code agent state
.letta/

# Zsh plugins (should not be in project repo)
zsh-autosuggestions/
zsh-syntax-highlighting/
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
name: Gitleaks - Detect secrets
entry: gitleaks detect --source . -c .gitleaks.toml
language: system
stages: [commit]
stages: [pre-commit]
pass_filenames: false
always_run: true

Expand Down
Loading