JuliaCI / PkgTemplates.jl

Create new Julia packages, the easy way
https://juliaci.github.io/PkgTemplates.jl
MIT License
640 stars 101 forks source link

add Manifest-v*.*.toml to default gitignore #462

Open oxinabox opened 9 months ago

oxinabox commented 9 months ago

I think this makes sense. If we are ignoring Manifest.toml by default we should also ignore the Manifest-v*.*.toml that are introduced by JuliaLang/julia#43845 OTOH one does not create these by accident -- they do have to be created via manual rename. So maybe we should leave it to the user?

gdalle commented 9 months ago

I would agree with adding them