Skip to content

Commit 0d58ebe

Browse files
committed
chore: update .gitattributes
Signed-off-by: otengkwame <developerkwame@gmail.com>
1 parent fcc9b9a commit 0d58ebe

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.gitattributes

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@
66

77
# git files
88
/.gitattributes export-ignore
9-
/tests export-ignore
109
/.travis.yml export-ignore
11-
/phpunit.xml export-ignore
10+
11+
* text=auto eol=lf
12+
*.blade.php diff=html
13+
*.css diff=css
14+
*.html diff=html
15+
*.md diff=markdown
16+
*.php diff=php
1217

1318
# Don't give project files
1419
.github/ export-ignore

0 commit comments

Comments
 (0)