From 6f95543c858bda9f000eccf6c65ecf962aaece60 Mon Sep 17 00:00:00 2001 From: stephen Date: Thu, 19 Sep 2024 16:29:57 -0400 Subject: [PATCH] Adding GIT backup. Ignoring backup folders --- .gitignore | 1 + kinds.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1c10fae --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +results_* diff --git a/kinds.json b/kinds.json index b66078e..515b329 100644 --- a/kinds.json +++ b/kinds.json @@ -21,6 +21,7 @@ {"kind": 30007, "description": "NIP-51_Lists_Mute_Sets", "category": "set"}, {"kind": 30015, "description": "NIP-51_Lists_Interests_Sets", "category": "set"}, {"kind": 30030, "description": "NIP-51_Lists_Emoji_Sets", "category": "set"}, - {"kind": 30063, "description": "NIP-51_Lists_Release_Artifact_Sets", "category": "set"} + {"kind": 30063, "description": "NIP-51_Lists_Release_Artifact_Sets", "category": "set"}, + {"kind": 30617, "description": "NIP-34_GIT_Stuff", "category": "list"} ] }