Skip to content

Commit 6bd6e84

Browse files
authored
exclude tests/ from releases (#288)
1 parent e356ff5 commit 6bd6e84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1+
# mark cache files as generated files, so they don't show up in Pull Requests diffs
12
.phpstan-dba-mysqli.cache linguist-generated=true
23
.phpstan-dba-pdo.cache linguist-generated=true
34
.phpunit-phpstan-dba-mysqli.cache linguist-generated=true
45
.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

Comments
 (0)