This repository was archived by the owner on Mar 18, 2025. It is now read-only.
File tree 2 files changed +17
-14
lines changed
2 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 2
2
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3
3
4
4
# 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 1
1
.idea
2
2
.php_cs
3
3
.php_cs.cache
4
+ .php-cs-fixer.cache
4
5
.phpunit.result.cache
5
6
build
6
7
composer.lock
You can’t perform that action at this time.
0 commit comments