blob: b9012edab692dae8852739825c52a620a50d30cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# produced by tools and text editors
*.qcow2
*.test
*.out
.idea
.vscode
# go generate
/cmd/hakurei/LICENSE
/cmd/mbf/internal/pkgserver/ui/static
/internal/pkg/internal/testtool/testtool
/internal/rosa/hakurei_current.tar.gz
# cmd/dist default destination
/dist
|