Skip to content

Commit 65705cc

Browse files
authored
Merge pull request SAML-Toolkits#236 from klausi/gitattributes
fix(composer): Exclude test files from Composer production downloads
2 parents d4f874c + 7191a02 commit 65705cc

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+
/.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+
/phpdoc.xml export-ignore
9+
/tests export-ignore

0 commit comments

Comments
 (0)