Skip to content

Commit 84e0501

Browse files
authored
Improve .gitattributes (#20)
1 parent b5decc2 commit 84e0501

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
*.php text eol=lf
2+
3+
# Directories and files we do not want to distribute
4+
/.* export-ignore
5+
/tests/ export-ignore
6+
/infection.json5 export-ignore
7+
/Makefile export-ignore
8+
/phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)