adds OpenTelemetry startup tracing, updates Go dependencies, and refines build configurations
This commit is contained in:
@@ -39,7 +39,7 @@ include_ext = ["go", "toml", "yaml", "yml"]
|
||||
|
||||
# A list of directories to ignore.
|
||||
# It's good practice to ignore temporary directories, vendor folders, and git history.
|
||||
exclude_dir = ["tmp", "vendor", ".git"]
|
||||
exclude_dir = ["tmp", "vendor", ".git", "proto"]
|
||||
|
||||
# A list of specific files to ignore.
|
||||
exclude_file = []
|
||||
|
Reference in New Issue
Block a user