Skip to content

Commit dc511ea

Browse files
committed
Add .gitattributes file. Thanks for @vudaltsov (see [PHP lynch 3](https://www.youtube.com/watch?v=NODVKOhejEM))
1 parent d92413c commit dc511ea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*.md text eol=lf
2+
*.json text eol=lf
3+
*.php text eol=lf
4+
*.yml text eol=lf
5+
*.dist text eol=lf
6+
LICENCE text eol=lf
7+
stuff/ export-ignore
8+
tests/ export-ignore
9+
*.dist export-ignore

0 commit comments

Comments
 (0)