GitbookIO / gitbook-cli

GitBook's command line interface
717 stars 212 forks source link

Improvement: `gitbook build` should not copy .git folder into `_book` #105

Open gmolveau opened 4 years ago

gmolveau commented 4 years ago

Hi,

the command gitbook build should not copy the .git folder into the _book folder. It messes up with some deploying scripts using _book as a worktree.

Thank's a lot !