docs: 添加 MIT 许可证
build / build (push) Successful in 1m32s

This commit is contained in:
2026-07-08 01:00:45 +08:00
parent 3fdc6d2c08
commit c5db104734
2 changed files with 26 additions and 1 deletions
+5 -1
View File
@@ -118,6 +118,10 @@ projects:
Environment variables in `${VAR}` form are expanded automatically.
## License
MIT. See [LICENSE](LICENSE).
`exclude` uses Go `filepath.Match` patterns and also matches each file/directory basename. It is **not** full `.gitignore` syntax: `**` and negation rules like `!foo` are not supported.
## Commands
@@ -139,4 +143,4 @@ Global flags:
## Requirements
- Docker CLI accessible on `PATH`
- Go 1.26+ (to build from source)
- Go 1.26+ (to build from source)