Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 3801057

Browse files
committed
Add a .gitattributes file to remove unnecessary files from the GitHub .zip or tarball files
1 parent 1d64a62 commit 3801057

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/.* export-ignore
2+
composer.* export-ignore
3+
phpcs.* export-ignore
4+
phpunit.* export-ignore
5+
tests export-ignore

0 commit comments

Comments
 (0)