Released version 2.1
- improved masks for ignoring files
- added option
--generate
that generates the.htdeployment
file - fixed bugs #58, #52 etc.
Improved masks for ignoring files means, that now is possible to simply allow one file or directory inside disallowed directory:
/dir # disallow /dir
!/dir/sub/file.* # allow files inside /dir
For the details you can have a look at the diff.