Skip to content

Excluded files aren't excluded from the plugin-only ZIP release #102

@costdev

Description

@costdev

When the plugin is bundled with Core, the contents of .distignore are excluded from it.

However, when the plugin-only ZIP is generated in GitHub Actions using git archive -o, it has no such exclusions.

To add these exclusions, we can use a .gitattributes file with the same contents as .distignore, with each line ending with export-ignore.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions