From da9563191912a58d425c72036a32c1586a3bd544 Mon Sep 17 00:00:00 2001 From: xxm Date: Fri, 24 Mar 2023 12:00:52 +0800 Subject: [PATCH] add ChatGPT repos --- .gitignore | 1 + projects/futantan/imports.yml | 10 ++++++++++ projects/yetone/imports.yml | 10 ++++++++++ 3 files changed, 21 insertions(+) create mode 100644 projects/futantan/imports.yml create mode 100644 projects/yetone/imports.yml diff --git a/.gitignore b/.gitignore index cb72f69ac..f4a59a15a 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ projects/Screetsec projects/liuran001 projects/mydaoyuan # https://gitcode.net/codechina/mirrors-settings/-/issues/19 +projects/cirosantilli \ No newline at end of file diff --git a/projects/futantan/imports.yml b/projects/futantan/imports.yml new file mode 100644 index 000000000..00e7a1f02 --- /dev/null +++ b/projects/futantan/imports.yml @@ -0,0 +1,10 @@ +--- +group: + name: 'futantan' + description: '' + projects: + - name: 'opengpt' + description: '' + mirrorRelease: false + topic: '' + \ No newline at end of file diff --git a/projects/yetone/imports.yml b/projects/yetone/imports.yml new file mode 100644 index 000000000..8a32e0f17 --- /dev/null +++ b/projects/yetone/imports.yml @@ -0,0 +1,10 @@ +--- +group: + name: 'yetone' + description: '' + projects: + - name: 'openai-translator' + description: '' + mirrorRelease: false + topic: '' + \ No newline at end of file -- GitLab