This repository was archived by the owner on Mar 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-14
lines changed
Expand file tree Collapse file tree 2 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 22# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
33
44# Ignore all test and documentation with "export-ignore".
5- /.editorconfig export-ignore
6- /.gitattributes export-ignore
7- /.github export-ignore
8- /.gitignore export-ignore
9- /.php_cs.dist export-ignore
10- /docs export-ignore
11- /phpunit.xml.dist export-ignore
12- /psalm.xml.dist export-ignore
13- /tests export-ignore
14- /babel.config.js export-ignore
15- /package.json export-ignore
16- /package-lock.json export-ignore
17- /rollup.config.js export-ignore
18- /bin export-ignore
5+ /.editorconfig export-ignore
6+ /.gitattributes export-ignore
7+ /.github export-ignore
8+ /.gitignore export-ignore
9+ /.php_cs.dist export-ignore
10+ /.php-cs-fixer.dist.php export-ignore
11+ /.php-cs-fixer.cache export-ignore
12+ /docs export-ignore
13+ /phpunit.xml.dist export-ignore
14+ /psalm.xml.dist export-ignore
15+ /tests export-ignore
16+ /babel.config.js export-ignore
17+ /package.json export-ignore
18+ /package-lock.json export-ignore
19+ /rollup.config.js export-ignore
20+ /bin export-ignore
Original file line number Diff line number Diff line change 11.idea
22.php_cs
33.php_cs.cache
4+ .php-cs-fixer.cache
45.phpunit.result.cache
56build
67composer.lock
You can’t perform that action at this time.
0 commit comments