Skip to content

Commit

Permalink
Prevent generated build files from showing diffs in pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Sep 28, 2023
1 parent eb6b9a9 commit 7685b8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ phpunit.evergreen.xml export-ignore
phpunit.xml.dist export-ignore
psalm.xml.dist export-ignore
psalm-baseline.xml export-ignore

# Prevent generated build files from showing diffs in pull requests
.evergreen/config/build/*.yml linguist-generated=true
.evergreen/config/build/_template*.yml linguist-generated=false
.evergreen/config/test/*.yml linguist-generated=true
.evergreen/config/test/_template*.yml linguist-generated=false

0 comments on commit 7685b8e

Please sign in to comment.