mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-07 23:02:12 +02:00
6092ef596c
* fix kratos template * fix unit test * fix discovery log & builder * fix travis env * fix tool doc * fix paladin ut * fix naming context
30 lines
354 B
Plaintext
30 lines
354 B
Plaintext
# idea ignore
|
|
.idea/
|
|
*.ipr
|
|
*.iml
|
|
*.iws
|
|
.vscode/
|
|
|
|
# temp ignore
|
|
*.log
|
|
*.cache
|
|
*.diff
|
|
*.exe
|
|
*.exe~
|
|
*.patch
|
|
*.swp
|
|
*.tmp
|
|
go.sum
|
|
|
|
# system ignore
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# project
|
|
*.cert
|
|
*.key
|
|
tool/kratos/kratos
|
|
tool/kratos/kratos-protoc/kratos-protoc
|
|
tool/kratos/protobuf/protoc-gen-bm/protoc-gen-bm
|
|
tool/kratos/protobuf/protoc-gen-bswagger/protoc-gen-bswagger
|