gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

feat(Julia): ignore all Manifest files

Open frankebel opened this issue 1 year ago • 0 comments

Reasons for making this change:

End user of the Julia programming language. The next minor version Julia 1.11 will support Manifest files which are version specific. To ignore all possible files, match them with an astrerisk *.

Links to documentation supporting these rule changes:

NEWS.md, under New language features:

Manifest.toml files can now be renamed in the format Manifest-v{major}.{minor}.toml to be preferentially picked up by the given julia version. i.e. in the same folder, a Manifest-v1.11.toml would be used by v1.11 and Manifest.toml by every other julia version. This makes managing environments for multiple julia versions at the same time easier.

If this is a new template:

frankebel avatar Jun 12 '24 11:06 frankebel