Skip to content

Commit c904606

Browse files
committed
Rework for the version 2.0.x
1 parent 1373f06 commit c904606

File tree

257 files changed

+16853
-7402
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+16853
-7402
lines changed

.gitattributes

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
1-
* text=auto
2-
*.md text diff=markdown
3-
*.json text
4-
*.toml text
5-
*.xml text
6-
*.yaml text
7-
*.yml text
8-
*.php text diff=php
9-
.php_cs text diff=php
10-
*.lock text -diff
11-
Makefile text
1+
* text=auto
2+
3+
*.*ignore text
4+
.gitattributes text
5+
*.lock text -diff
6+
Makefile text
7+
*.md text diff=markdown
8+
*.neon text
9+
*.php text diff=php
10+
*.xml text
11+
*.xml.dist text
1212

1313
#
1414
# Exclude files from exporting
1515
#
16-
17-
/.phan export-ignore
1816
/tests export-ignore
1917
/.gitattributes export-ignore
2018
/.gitignore export-ignore
21-
/.php_cs export-ignore
22-
/.unused.php export-ignore
19+
/.gitkeep export-ignore
2320
/CHANGELOG.md export-ignore
2421
/CONTRIBUTING.md export-ignore
25-
/infection.json export-ignore
2622
/Makefile export-ignore
27-
/phpmd.xml export-ignore
23+
/*.dist.php export-ignore
24+
/*.xml.dist export-ignore
2825
/phpstan.neon export-ignore
29-
/phpunit.xml export-ignore
30-
/psalm.xml export-ignore
26+
/psalm.xml export-ignore

.gitignore

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
### Composer
12
/composer.phar
23
/vendor/
34
/composer.lock
45

5-
/.php_cs.cache
6-
/.phpunit.cache/
6+
### PHP CS Fixer
7+
/.php-cs-fixer.cache
8+
9+
### PHPUnit
710
/.phpunit.result.cache
8-
/infection.log
11+
12+
### Documentation
13+
/docs
14+
15+
### Local test
16+
/test*.php

0 commit comments

Comments
 (0)