`loader.New` added an argument to optionally ignore dot files
The loader package's New
func adds a new argument that allows the loader to optionally ignore dot files when building a Snapshot. The package defines two convenience constants (AllowDotFiles
and IgnoreDotFiles) to use as arguments to the
New` function.