-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
37 lines (37 loc) · 1.52 KB
/
.gitattributes
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
28
29
30
31
32
33
34
35
36
37
/.allowed-licenses export-ignore
/.editorconfig export-ignore
/.env export-ignore
/.env.dist export-ignore
/.env.example export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/.idea export-ignore
/CHANGELOG.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/CONTRIBUTING.md export-ignore
/Dockerfile export-ignore
/Makefile export-ignore
/SECURITY.md export-ignore
/benchmarks/ export-ignore
/bin/ export-ignore
/build/ export-ignore
/captainhook.json export-ignore
/codecov.yml export-ignore
/composer.lock export-ignore
/conventional-commits.json export-ignore
/docker-compose.yml export-ignore
/docs/ export-ignore
/phpbench.json export-ignore
/phpcs.xml export-ignore
/phpcs.xml.dist export-ignore
/phpstan.neon export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml export-ignore
/phpunit.xml.dist export-ignore
/psalm-baseline.xml export-ignore
/psalm.xml export-ignore
/rector.php export-ignore
/resources/ export-ignore
/settings.ini export-ignore
/tests/ export-ignore