Skip to content

Commit b495255

Browse files
committed
chore(gitignore): ignore the surreal sql REPL history file
Running the SurrealDB shell from the repo root drops a history.txt in rustyline's #V2 format — a local tool artifact carrying whatever ad-hoc queries were last typed. It is not source and should never have been a candidate for commit. Files changed: - .gitignore Claude-Session: https://claude.ai/code/session_019a8tSPbFdvF1pKtADnWyDg
1 parent 5f633ca commit b495255

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ pnpm-debug.log*
5454
# Playwright MCP browser-drive artifacts (session snapshots/logs)
5555
.playwright-mcp/
5656

57+
# surreal sql REPL history (rustyline #V2 format) — a tool artifact that
58+
# lands at the repo root when you run the SurrealDB shell from here.
59+
history.txt
60+
5761
# graphify knowledge-graph output (~7MB generated: graph.html, graph.json,
5862
# GRAPH_REPORT.md, AST cache, manifest). Rebuild with `graphify --update`.
5963
# Corpus scope is committed in .graphifyignore, not here.

0 commit comments

Comments
 (0)