Skip to content

Commit 9b7ab49

Browse files
feat: para que no muestre diff de arcchivos generados y estos no afecten en las metricas
1 parent deafd13 commit 9b7ab49

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Desactivar el diff de estos logs
2+
script/commit-history.json -diff
3+
script/tdd_log.json -diff
4+
5+
# Para que GitHub los colapse como archivos generados
6+
script/commit-history.json linguist-generated=true
7+
script/tdd_log.json linguist-generated=true

0 commit comments

Comments
 (0)