chore: add `.gitignore` and `.zed/`
commit
d17c85cchore: add `.gitignore` and `.zed/`
Reviews
No reviews of this commit yet — record a verdict below.
Start a review
.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"
+ }
+ }
+}