-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
executable file
·31 lines (30 loc) · 1.1 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
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# Ignore all test and documentation with "export-ignore".
/.github export-ignore
/.phpunit.cache export-ignore
/docs export-ignore
/tests export-ignore
/testsdusk export-ignore
/vendor export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/badge.svg export-ignore
/clover.xml export-ignore
/phpstan-baseline.neon export-ignore
/phpstan.neon export-ignore
/phpstan.neon.dist export-ignore
/phpunit.dusk.xml export-ignore
/phpunit.xml export-ignore
/pint.json export-ignore
/psalm.xml export-ignore
/phpunit.xml.dist export-ignore
/.editorconfig export-ignore
/psalm.xml.dist export-ignore
/testbench.yaml export-ignore
/phpunit.xml.dist export-ignore
/.phpunit.result.cache export-ignore
/.phpunit.cache export-ignore
/build
/build/*