Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This only came up when you generate more than one package in the same Julia session. The mutating `append!` function was adding stuff to the global variable that the coverage plugins were using for their gitignores. The new `vcat` is non-mutating.
- Loading branch information