Skip to content

Released version 2.1

Compare
Choose a tag to compare
@dg dg released this 16 Jan 15:45
· 192 commits to master since this release
  • 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.