Skip to content

Commit 21b47ff

Browse files
committed
:octocat:
1 parent 9c897be commit 21b47ff

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

.gitattributes

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
/.build export-ignore
2-
/.github export-ignore
3-
/.idea export-ignore
4-
/.phan export-ignore
5-
/.phpdoc export-ignore
6-
/benchmark export-ignore
7-
/docs export-ignore
8-
/examples export-ignore
9-
/tests export-ignore
10-
/.editorconfig export-ignore
11-
/.gitattributes export-ignore
12-
/.gitignore export-ignore
13-
/.readthedocs.yml export-ignore
14-
/composer.lock export-ignore
15-
/phpbench.json export-ignore
16-
/phpcs.xml.dist export-ignore
17-
/phpdoc.xml.dist export-ignore
18-
/phpmd.xml.dist export-ignore
19-
/phpunit.xml.dist export-ignore
20-
/phpstan.dist.neon export-ignore
21-
/phpstan-baseline.neon export-ignore
1+
/.build export-ignore
2+
/.github export-ignore
3+
/.idea export-ignore
4+
/.phan export-ignore
5+
/.phpdoc export-ignore
6+
/benchmark export-ignore
7+
/docs export-ignore
8+
/examples export-ignore
9+
/tests export-ignore
10+
/.editorconfig export-ignore
11+
/.gitattributes export-ignore
12+
/.gitignore export-ignore
13+
/.readthedocs.yml export-ignore
14+
/composer.lock export-ignore
15+
/phpbench.json export-ignore
16+
/phpcs.xml.dist export-ignore
17+
/phpdoc.xml.dist export-ignore
18+
/phpmd.xml.dist export-ignore
19+
/phpunit.xml.dist export-ignore
20+
/phpstan.dist.neon export-ignore
21+
/phpstan-baseline.neon export-ignore
2222

2323
*.php diff=php

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ phpdoc.xml
1919
phpmd.xml
2020
phpunit.xml
2121
phpstan.neon
22-
tests/Performance/*.json

0 commit comments

Comments
 (0)