Skip to content

Commit 7685b8e

Browse files
committed
Prevent generated build files from showing diffs in pull requests
1 parent eb6b9a9 commit 7685b8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ phpunit.evergreen.xml export-ignore
1414
phpunit.xml.dist export-ignore
1515
psalm.xml.dist export-ignore
1616
psalm-baseline.xml export-ignore
17+
18+
# Prevent generated build files from showing diffs in pull requests
19+
.evergreen/config/build/*.yml linguist-generated=true
20+
.evergreen/config/build/_template*.yml linguist-generated=false
21+
.evergreen/config/test/*.yml linguist-generated=true
22+
.evergreen/config/test/_template*.yml linguist-generated=false

0 commit comments

Comments
 (0)