From 7bc03fcb1ab8efe93b41446f02e7ac997baf11e9 Mon Sep 17 00:00:00 2001 From: gitee-bot Date: Thu, 16 Apr 2026 02:37:45 +0000 Subject: [PATCH] Add README.md --- README.en.md | 26 ++++++++++++++++++++++++++ README.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 README.en.md create mode 100644 README.md diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..a8b31c6 --- /dev/null +++ b/README.en.md @@ -0,0 +1,26 @@ +# test + +This is an empty test project repository, currently containing only the `.gitignore` file. + +## Introduction + +This project is currently in its initial state, with no other source code or documentation. + +## Directory Structure + +``` +. +└── .gitignore +``` + +## Usage Instructions + +None available yet. + +## Contribution + +Pull requests and issues are welcome to improve this project. + +## License + +None available yet. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..bab3ba7 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ + + +# test + +这是一个空的测试项目仓库,目前仅包含 `.gitignore` 文件。 + +## 简介 + +该项目目前处于初始状态,没有其他源代码或文档。 + +## 目录结构 + +``` +. +└── .gitignore +``` + +## 使用说明 + +暂无 + +## 贡献 + +欢迎提交 Pull Request 或 Issue 来完善此项目。 + +## 许可证 + +暂无 \ No newline at end of file -- Gitee