Skip to content

Commit af28350

Browse files
authored
.gitattributes: remove diff attribute for cache files (#593)
1 parent 5e0d6f8 commit af28350

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitattributes

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# mark cache files as generated files, so they don't show up in Pull Requests diffs
2-
.phpstan-dba-mysqli.cache linguist-generated=true
3-
.phpstan-dba-pdo-mysql.cache linguist-generated=true
4-
.phpunit-phpstan-dba-mysqli.cache linguist-generated=true
5-
.phpunit-phpstan-dba-pdo-mysql.cache linguist-generated=true
6-
.phpunit-phpstan-dba-pdo-pgsql.cache linguist-generated=true
2+
.phpstan-dba-mysqli.cache linguist-generated=true -diff
3+
.phpstan-dba-pdo-mysql.cache linguist-generated=true -diff
4+
.phpunit-phpstan-dba-mysqli.cache linguist-generated=true -diff
5+
.phpunit-phpstan-dba-pdo-mysql.cache linguist-generated=true -diff
6+
.phpunit-phpstan-dba-pdo-pgsql.cache linguist-generated=true -diff
77

88
# Exclude non-essential files from dist
99
/.github export-ignore

0 commit comments

Comments
 (0)