Skip to content

Commit 2d0e64e

Browse files
committed
add .gitattributes to exclude dev files when install/update with --prefer-dist
1 parent 8d15fac commit 2d0e64e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/.gitattributes export-ignore
2+
/.gitignore export-ignore
3+
/.travis.yml export-ignore
4+
/.coveralls.yml export-ignore
5+
/phpunit.xml export-ignore
6+
/test/ export-ignore
7+
/CONTRIBUTING.md export-ignore

0 commit comments

Comments
 (0)