Skip to content

Commit c4895db

Browse files
committed
chore: gitignore encrypted scratchpad
The scratchpad is encrypted with a per-user key (already gitignored). The encrypted blob is personal data with no value to other contributors and creates noise in diffs. Spec: specs/ast-audit-tests.md Signed-off-by: Jose Alekhinne <jose@ctx.ist>
1 parent b11ac3c commit c4895db

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.context/scratchpad.enc

-61.8 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ editors/vscode/*.vsix
7171
ideas
7272
.context/.ctx.key
7373
.context/.scratchpad.key
74+
.context/scratchpad.enc
7475
.DS_Store
7576
.gitnexus
7677

0 commit comments

Comments
 (0)