Skip to content

Commit 7474392

Browse files
committed
fix(composer): Exclude test files from Composer production downloads
1 parent 736728d commit 7474392

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/.coveralls.yml export-ignore
2+
/.gitattributes export-ignore
3+
/.gitignore export-ignore
4+
/.travis.yml export-ignore
5+
/demo-old export-ignore
6+
/demo1 export-ignore
7+
/demo2 export-ignore
8+
/endpoints export-ignore
9+
/locale export-ignore
10+
/tests export-ignore
11+
/_toolkit_loader.php
12+
/phpdoc.xml export-ignore

0 commit comments

Comments
 (0)