Skip to content

Commit 9a00c25

Browse files
committed
build: Add extra files to .gitattributes
1 parent 6a1665b commit 9a00c25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitattributes

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Always use LF
22
core.autocrlf=lf
33

4+
/doc export-ignore
5+
/tests export-ignore
46
.editorconfig export-ignore
57
.gitattributes export-ignore
68
.gitignore export-ignore
79
.travis.yml export-ignore
810
CODE_OF_CONDUCT.md export-ignore
911
.github export-ignore
1012
phpunit.xml.dist export-ignore
11-
infection.json.dist export-ignore
1213
phpcs.xml.dist export-ignore
1314
phpstan.neon export-ignore
1415
psalm.xml export-ignore
15-
psalm-baseline.xml export-ignore
16+
Makefile export-ignore

0 commit comments

Comments
 (0)