1.0.0 - Fix dot star gitignore parsing, add volume_size configuration
v1 release! Other than the gitignore parsing, this has been running smoothly for a while now so might as well bump it up
- Lines like
*.log
will now be parsed correctly to only ignoretest.log
and nottest_log
which it did before. - A new
volume_size
configuration option is added