Bug: .distignore file is included in builds when using GitHub integration
When using Hoster with GitHub, the .distignore file itself is included in the build output even though it is listed in .distignore.
Steps to reproduce:
-
Create a plugin.
-
Link the plugin to a GitHub repository.
-
Create a build.
-
Inspect the contents of the generated build file.
Expected behavior:
All files listed in .distignore should be excluded from the build, including the .distignore file itself.
Actual behavior:
All files listed in .distignore are excluded except .distignore itself.
The .distignore file is present in the build, and when opened, it contains the original contents, including the reference to itself.
This happens on all builds.
Environment:
Hoster v1.3.3