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"} ] }