Spaces:
Running
Running
File size: 267 Bytes
b110593 |
1 2 3 4 5 6 7 8 9 10 11 12 |
version: "2"
exclude_pattern:
- client/
- cmd/weaviate-server/main.go
# exclude all but the configure_weaviate.go file in restapi/,
# given that the other files are automatically generated.
- restapi/
- !restapi/configure_weaviate*
- test/
|