Skip to content

Commit def77da

Browse files
committed
chore: Update metafiles
1 parent 23444f5 commit def77da

File tree

3 files changed

+17
-38
lines changed

3 files changed

+17
-38
lines changed

.gitattributes

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
/.gitattributes export-ignore
2-
/.github/ export-ignore
3-
/.gitignore export-ignore
4-
/phpstan.neon.dist export-ignore
5-
/phpunit.xml.dist export-ignore
6-
/phpunit.xml.legacy export-ignore
7-
/tests/ export-ignore
1+
* text=auto
2+
3+
/.* export-ignore
4+
/tests export-ignore
5+
/phpunit.xml* export-ignore
6+
/psalm.* export-ignore
7+
/psalm-baseline.xml export-ignore
8+
/infection.* export-ignore
9+
/rector.php export-ignore
10+
/phpstan.* export-ignore

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
/composer.lock
1+
/.*
2+
!/.github/
3+
!/.php-cs-fixer.dist.php
4+
/runtime/
25
/vendor/
6+
/.env
7+
/composer.lock
8+
*.log

phpunit.xml.legacy

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)