-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
27 lines (22 loc) · 801 Bytes
/
.gitattributes
File metadata and controls
27 lines (22 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Exclude files from archive
.gitattributes export-ignore
.gitignore export-ignore
vendor-bin/ export-ignore
# CI tools
.github/ export-ignore
.codeclimate.yml export-ignore
.scrutinizer.yml export-ignore
.sensiolabs.yml export-ignore
codecov.yml export-ignore
commands.txt export-ignore
phpcs.xml.dist export-ignore
phpdoc.dist.xml export-ignore
phpstan.neon.dist export-ignore
phpstan-baseline.neon export-ignore
phpunitgen.yml.dist export-ignore
psalm.baseline.xml export-ignore
psalm.xml export-ignore
sonar-project.properties export-ignore
# PhpUnit
phpunit.* export-ignore
tests/ export-ignore