Skip to content

Commit

Permalink
.gitattributes: remove diff attribute for cache files (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
hemberger authored Apr 3, 2023
1 parent 5e0d6f8 commit af28350
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# mark cache files as generated files, so they don't show up in Pull Requests diffs
.phpstan-dba-mysqli.cache linguist-generated=true
.phpstan-dba-pdo-mysql.cache linguist-generated=true
.phpunit-phpstan-dba-mysqli.cache linguist-generated=true
.phpunit-phpstan-dba-pdo-mysql.cache linguist-generated=true
.phpunit-phpstan-dba-pdo-pgsql.cache linguist-generated=true
.phpstan-dba-mysqli.cache linguist-generated=true -diff
.phpstan-dba-pdo-mysql.cache linguist-generated=true -diff
.phpunit-phpstan-dba-mysqli.cache linguist-generated=true -diff
.phpunit-phpstan-dba-pdo-mysql.cache linguist-generated=true -diff
.phpunit-phpstan-dba-pdo-pgsql.cache linguist-generated=true -diff

# Exclude non-essential files from dist
/.github export-ignore
Expand Down

0 comments on commit af28350

Please sign in to comment.