Commit 315f8ed
committed
Apply for export-ignore towards better release packages
When used as a dependency in other projects, we don't want
the release packages to include any development file. This
includes CI files, test files, docs...
This is useful to both:
- Reduce the package sizes noticeably.
- Ensure that composer, by default, (--prefer-dist) doesn't
include them. If anybody prefers to get the complete version
they always can use --prefer-source or clone the repository.
This is considered good practice, as far as there can be problems
with tests and other stuff when the dependencies include everything.1 parent ff540d2 commit 315f8ed
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
1 | 14 | | |
2 | 15 | | |
3 | 16 | | |
0 commit comments