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
Any news on this?
Is there any support here? It has been a long time with no response….
Why the radio silence? Usually your support is very good. This is rather concerning.
I have identified the bug: there is a trailing space in your distingnore file.
It would be nice if you acknowledge.
Hey sorry for delay. Its not radio silence it’s just we still didn’t picked it up. Its not breaking change. We will try to fix it in the next release.
Thank you.