-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.gitattributes
More file actions
23 lines (20 loc) · 819 Bytes
/
Copy path.gitattributes
File metadata and controls
23 lines (20 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# mark cache files as generated files, so they don't show up in Pull Requests diffs
.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
/docs export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.env.dist export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/bootstrap.php export-ignore
/phpstan-baseline.neon export-ignore
/phpstan.neon.dist export-ignore
/ecs.php export-ignore
.phpstan-dba-mysqli.cache export-ignore
.phpstan-dba-pdo-mysql.cache export-ignore