dstask
dstask copied to clipboard
๐ Do not parse hidden files like .gitkeep
- ๐ Fixes bug where it tries to parse .gitkeep are throws error
error loading task: filename does not encode UUID .gitkeep (wrong length)
- ๐งน Use os.Readdir instead of deprecate ioutil.Readdir
Thanks @thatInfrastructureGuy -- will merge soon