User story
Code PushUp reports are generated into a .code-pushup folder by default. The report files aren't meant to be committed to the repository, so it's convenient to add this pattern to a .gitignore file.
Output
# ... previous .gitignore content ...
# Code PushUp reports
.code-pushup
Acceptance criteria