SOFTWARE-CLINIC / featurebook

A command line tool (and Node.js library) for generating beautiful system specifications from Gherkin source files.
MIT License
40 stars 11 forks source link

Empty directories should not be displayed #63

Open CaptainQuirk opened 7 years ago

CaptainQuirk commented 7 years ago

Hi,

I'm using your tool on gherkin files parsed by Behat which expects a boostrap directory at the same level as the feature files/directories themselves.

When I ignore all those php files through the .featurebookignore, the bootstrap directory and all its subdirectories appear in the spec tree, empty.

danielpacak commented 7 years ago

Hey @CaptainQuirk can you send me your .featurebookignore file so I can reproduce the issue?