From 3d43f2fc44130971aff0b780288a568bc7a66b98 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 25 Dec 2020 21:21:56 +0800 Subject: [PATCH 1/6] Remove bar.txt --- bar.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 bar.txt diff --git a/bar.txt b/bar.txt deleted file mode 100644 index 5716ca5..0000000 --- a/bar.txt +++ /dev/null @@ -1 +0,0 @@ -bar -- Gitee From 295e7168b9d5e1c982fe2ce4943f2f6b43c85861 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 25 Dec 2020 21:22:09 +0800 Subject: [PATCH 2/6] add bar/BAR.txt. --- bar/BAR.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 bar/BAR.txt diff --git a/bar/BAR.txt b/bar/BAR.txt new file mode 100644 index 0000000..e69de29 -- Gitee From b36b25cd04cd2aa49cfa979c41ab02fd69853a88 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 25 Dec 2020 21:22:18 +0800 Subject: [PATCH 3/6] update bar/BAR.txt. --- bar/BAR.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bar/BAR.txt b/bar/BAR.txt index e69de29..ba578e4 100644 --- a/bar/BAR.txt +++ b/bar/BAR.txt @@ -0,0 +1 @@ +BAR -- Gitee From 7bd63f8f04e069788a5f56d215c2950774539b16 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 25 Dec 2020 21:41:07 +0800 Subject: [PATCH 4/6] modified README.md --- README.md | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/README.md b/README.md index 0e0ed4a..e69de29 100644 --- a/README.md +++ b/README.md @@ -1,37 +0,0 @@ -# syncbotExample - -#### 介绍 -syncbot-example 示例 - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) -- Gitee From 341e686747dd779b4f0b1b58d5651c14dd5ae0a3 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 25 Dec 2020 21:38:23 +0800 Subject: [PATCH 5/6] rename LICENSE to LICENSE.txt --- LICENSE => LICENSE.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE => LICENSE.txt (100%) diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt -- Gitee From 43e0edbf3b434d67eb473fff2dd7fb277ab2b13b Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Tue, 5 Jan 2021 21:47:01 +0800 Subject: [PATCH 6/6] remove README.en.md --- README.en.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 README.en.md diff --git a/README.en.md b/README.en.md deleted file mode 100644 index c56325b..0000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# syncbotExample - -#### Description -syncbot-example 示例 - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) -- Gitee