git-ents.gitmain
⌘K
foforge
commit d17c85c
chore: add `.gitignore` and `.zed/`
Joseph D. Carpinelli · 2 months ago

Reviews

No reviews of this commit yet — record a verdict below.

Start a review

verdict

.gitignore @@ -1,0 +1,4 @@ +target/ +.claude/ +PROMPT.md +*.html
.zed/settings.json @@ -1,0 +1,8 @@ +{ + "terminal": { + "env": { + "PATH": "target/debug:$PATH", + "MANPATH": "$PWD/target/share/man:$MANPATH" + } + } +}