Skip to content

Commit 042e293

Browse files
committed
fix
1 parent 351bd19 commit 042e293

File tree

4 files changed

+9
-16
lines changed

4 files changed

+9
-16
lines changed

.gitattributes

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# Path-based git attributes
2-
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
1+
* text=auto
32

4-
# Ignore all test and documentation with "export-ignore".
5-
/.github export-ignore
6-
/.gitattributes export-ignore
7-
/.gitignore export-ignore
8-
/phpunit.xml.dist export-ignore
9-
/tests export-ignore
10-
/.editorconfig export-ignore
11-
/.php_cs.dist export-ignore
12-
/psalm.xml export-ignore
13-
/psalm.xml.dist export-ignore
3+
.github export-ignore
4+
.gitattributes export-ignore
5+
.gitignore export-ignore
6+
phpunit.xml export-ignore
7+
tests export-ignore
8+
.editorconfig export-ignore
9+
.php_cs export-ignore
10+
phpstan.neon export-ignore

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
.idea
2-
.php_cs
32
.php_cs.cache
43
.phpunit.result.cache
54
build
65
composer.lock
76
coverage
8-
docs
9-
phpunit.xml
10-
psalm.xml
117
vendor
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)