gitignore
gitignore copied to clipboard
feat(Julia): ignore all Manifest files
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.tomlfiles can now be renamed in the formatManifest-v{major}.{minor}.tomlto be preferentially picked up by the given julia version. i.e. in the same folder, aManifest-v1.11.tomlwould be used by v1.11 andManifest.tomlby every other julia version. This makes managing environments for multiple julia versions at the same time easier.
If this is a new template:
- Link to application or project’s homepage: julialang.org