Skip to content

Commit 3b22fe2

Browse files
mlocatiserbanghita
authored andcommitted
Exclude development stuff from repository autogenerated ZIP archives (serbanghita#555)
People that install this library via composer don't need the test/sample stuff, they just need the library itself. This PR removes the development directories and files from the repository auto-generated ZIP archives. Since these development files/directories will still be available via `git clone`, Travis is happy, developers are happy, and so are end-users (they won't have unneeded stuff in production machines).
1 parent 6f8c2c0 commit 3b22fe2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/examples export-ignore
2+
/tests export-ignore
3+
/.* export-ignore

0 commit comments

Comments
 (0)