Open peterwilsoncc opened 4 years ago
The following files can be excluded from composer installs:
It sure would be dandy if these were listed in a .gitattributes file with the export-ignore flag to avoid putting test code on public servers.
.gitattributes
export-ignore
Note: this applies to other HM projects too but I'm not going to create dozens of issues because that would be more than a little passive aggressive.
Good idea 👍 We could potentially use archive.ignore in composer.json instead, but I think the gitattributes probably makes more sense.
archive.ignore
The following files can be excluded from composer installs:
It sure would be dandy if these were listed in a
.gitattributes
file with theexport-ignore
flag to avoid putting test code on public servers.Note: this applies to other HM projects too but I'm not going to create dozens of issues because that would be more than a little passive aggressive.