We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests/
1 parent e356ff5 commit 6bd6e84Copy full SHA for 6bd6e84
.gitattributes
@@ -1,4 +1,10 @@
1
+# 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.cache linguist-generated=true
4
.phpunit-phpstan-dba-mysqli.cache linguist-generated=true
5
.phpunit-phpstan-dba-pdo.cache linguist-generated=true
6
+
7
+# Exclude non-essential files from dist
8
+/tests export-ignore
9
+.phpunit-phpstan-dba-mysqli.cache
10
+.phpunit-phpstan-dba-pdo.cache
0 commit comments