cli

Command-line interface for Radroots
git clone https://radroots.dev/git/cli.git
Log | Files | Refs | README | LICENSE

commit 5c0844bdee59e50c7b1b50c71bca9ad27696acce
parent 861768eb2c9fe65e188fd967acde52bfc548ee61
Author: triesap <tyson@radroots.org>
Date:   Tue,  7 Apr 2026 02:10:41 +0000

cli: ignore generated identity file

- add identity.json to the cli local development ignore rules
- remove the generated identity file from git control in the cli index
- keep generated signer identity state local to the working tree
- verify the ignore rule with git check-ignore against identity.json

Diffstat:
M.gitignore | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -13,6 +13,7 @@ Thumbs.db .vscode/ .idea/ logs/ +identity.json # Local secrets *.pem