All contributors will generate a .stack-work directory and a stack.yaml.lock file. It is standard practice to exclude .stack-work directory from version control. stack.yaml.lock should not be included in libraries because of complications to end users. This change makes contributing easier.
All contributors will generate a
.stack-work
directory and astack.yaml.lock
file. It is standard practice to exclude.stack-work
directory from version control.stack.yaml.lock
should not be included in libraries because of complications to end users. This change makes contributing easier.