Skip to content

Commit c08e79c

Browse files
committed
introduces gitattributes file
1 parent 9180443 commit c08e79c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
* text eol=lf
2+
3+
*.php diff=php
4+
5+
/.github/ export-ignore
6+
/.gitattributes export-ignore
7+
/.gitignore export-ignore
8+
/phpcs.xml export-ignore
9+
/psalm.xml export-ignore
10+
/rector.php export-ignore

0 commit comments

Comments
 (0)