Skip to content

Commit bfc9050

Browse files
authored
Mark mono_repo outputs as generated (#1597)
Tag the github actions workflow and `tool/ci.sh` as `linguist-generated` so that diff is collapsed by default. Changes in these files are not easy or necessary to review, the changes in `mono_pkg.yml` files are the important ones.
1 parent 16dc2c1 commit bfc9050

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
21
# Exclude compiled file from github statistics
32
**/injected/client.js linguist-generated=true
3+
# mono_repo generated files
4+
.github/workflows/dart.yml linguist-generated=true
5+
tool/ci.sh linguist-generated=true

0 commit comments

Comments
 (0)