refactor: 重构trustlog-sdk目录结构到trustlog/go-trustlog
- 将所有trustlog-sdk文件移动到trustlog/go-trustlog/目录 - 更新README中所有import路径从trustlog-sdk改为go-trustlog - 更新cookiecutter配置文件中的项目名称 - 更新根目录.lefthook.yml以引用新位置的配置 - 添加go.sum文件到版本控制 - 删除过时的示例文件 这次重构与trustlog-server保持一致的目录结构, 为未来支持多语言SDK(Python、Java等)预留空间。
This commit is contained in:
56
.dockerignore
Normal file
56
.dockerignore
Normal file
@@ -0,0 +1,56 @@
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
.github
|
||||
|
||||
# Docker
|
||||
.dockerignore
|
||||
|
||||
# IDE
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
**/__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.pytest_cache/
|
||||
..mypy_cache/
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# Virtual environments
|
||||
venv
|
||||
.venv
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
._*
|
||||
|
||||
# Temporary directories in the project
|
||||
bin
|
||||
tmp
|
||||
|
||||
./docker/
|
||||
./coverage/
|
||||
|
||||
build-script.sh
|
||||
codecov.yml
|
||||
.editorconfig
|
||||
.golangci.yml
|
||||
.goreleaser.yml
|
||||
.pre-commit-config.yaml
|
||||
cookiecutter-config-file.yml
|
||||
|
||||
Makefile
|
||||
LICENSE
|
||||
README.md
|
||||
CONTRIBUTING.md
|
||||
SECURITY.md
|
||||
CODE_OF_CONDUCT.md
|
||||
Reference in New Issue
Block a user