TheDoctor0/zip-release

Folders starting with a `.` are not excluded from zip

Opened this issue · 1 comments

Hi and thank you for this cool action.

Below is my exclusions argument. Both .git and .github are folders and they aren't excluded when the zip is created. The rest are files and they are excluded.

exclusions: composer.json composer.lock .editorconfig .git .github .gitignore .phpcs.xml.dist phpstan.neon.dist

You need to add a / forward slash to specify that it's a folder. You can use this to ignore both .git and .github folders: /.git*