* @actions/glob: extend hashFiles options
* improve hashFiles symlink handling
* Improve error handling and messaging in hashFiles function
* apply relative exclude patterns across all roots and use named minimatch import
* format error message
* Add glob option to ignore hidden files
* Use the basename of the file/directory to check for `.`
* Ensure the `excludeHiddenFiles` is properly copied
* Allow the root directory to be matched
* Fix description of `excludeHiddenFiles`
* Document Windows hidden attribute limitation
* Bump version
* `lint`
* Document 0.5.0 release
* Lint again
* Added verbose mode in hashFiles
* Code formatting
* Change verboseMode arg to verbose
Co-authored-by: Thomas Boop <[email protected]>
* Using verbose instead of verboseMode as arg
Co-authored-by: Thomas Boop <[email protected]>