From 5e9cea288fdec75ab1781df14987ec07e977b6c3 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Mon, 3 Apr 2023 11:16:35 +1000 Subject: [PATCH] fix gitignore --- .gitignore | 3 ++- README.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7936183..b6d6f46 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ api\ tests.txt ccsecrets ccsecrets.* -.env \ No newline at end of file +.env +*.pem \ No newline at end of file diff --git a/README.md b/README.md index 8932d96..e81d15d 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ Data #### Store POST `/api/secret/store` +Data ``` { "deviceName": "", @@ -116,6 +117,7 @@ Either deviceName or deviceCategory can be specified (or both). Wildcards are su #### Update POST `/api/secret/update` +Data ``` { "deviceName": "",