Skip to content

Commit

Permalink
Merge pull request #7045 from killianmuldoon/git/add-git-attributes
Browse files Browse the repository at this point in the history
🌱  Add .gitattributes file to hide generated diffs
  • Loading branch information
k8s-ci-robot authored Aug 18, 2022
2 parents 4865f57 + 7be7dc5 commit 6c1ddaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Hide generated crd yamls by default in the Github diff UX
**/config/crd/bases/*.yaml linguist-generated=true
cmd/clusterctl/config/manifest/clusterctl-api.yaml linguist-generated=true

0 comments on commit 6c1ddaf

Please sign in to comment.