cybozu-go / accurate

Kubernetes controller for multi-tenancy. It propagates resources between namespaces accurately and allows tenant users to create/delete sub-namespaces.
https://cybozu-go.github.io/accurate/
Apache License 2.0
34 stars 5 forks source link

chore: mark generated files in .gitattributes #97

Closed erikgb closed 9 months ago

erikgb commented 9 months ago

This PR is a simple improvement to the review process by using the feature described here: https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github

With this merged it will be a lot simpler to review PRs affecting generated files, as the marked as generated files will be collapsed by default in the PR diff-view. Example: https://github.com/cybozu-go/accurate/pull/96 will be easier to review and comment on.