From 66f25f26525f225887a34d0069c002aea36109f1 Mon Sep 17 00:00:00 2001 From: wcbing Date: Sun, 9 Feb 2025 18:02:07 +0800 Subject: [PATCH] update --- .gitignore | 1 + releases/{ => data}/github.json | 0 2 files changed, 1 insertion(+) create mode 100644 .gitignore rename releases/{ => data}/github.json (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac733ab --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*/data/github-local.json \ No newline at end of file diff --git a/releases/github.json b/releases/data/github.json similarity index 100% rename from releases/github.json rename to releases/data/github.json