policy: no build artifacts in repos #15
Reference in New Issue
Block a user
Delete Branch "policy/no-build-artifacts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add policy rule: build artifacts and code-derived data must not be committed to repos if they can be generated during the build process.
Notable exception: Go protobuf-generated files (
.pb.go) may be committed becausego getdownloads source but does not execute build steps.This addresses feedback from sneak/chat PR #61.
bebab46724toc066ef4464