Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker): Ignore local build and lint cache (#1994)
These should not be replicated to docker contexts as they are local to the build host. In addition, the golangci-lint currently doesn't assume the host user nor add other group read permissions when writing files, so this causes permission errors when other docker processes attempt to copy the files.
- Loading branch information