1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/.gitignore
Krzesimir Nowak 0583d26d0b Build example and ensure go mod files are tidy (#131)
* Build examples when running tests

* Run go mod tidy in precommit

That way CI can catch the case when go.mod or go.sum are outdated.
2019-09-19 09:16:09 -07:00

10 lines
115 B
Plaintext

.tools/
.idea/
*.iml
*.so
coverage.*
/example/basic/basic
/example/http/client/client
/example/http/server/server