From 98e73e2b7d9f82164bd8745ae0f79176f0f1e214 Mon Sep 17 00:00:00 2001 From: Frank Ebel Date: Wed, 12 Jun 2024 13:17:54 +0200 Subject: [PATCH] feat(Julia): ignore all Manifest files --- Julia.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Julia.gitignore b/Julia.gitignore index 29126e47..9a2ea08d 100644 --- a/Julia.gitignore +++ b/Julia.gitignore @@ -21,4 +21,4 @@ docs/site/ # It records a fixed state of all packages used by the project. As such, it should not be # committed for packages, but should be committed for applications that require a static # environment. -Manifest.toml +Manifest*.toml