From 442ac82752d0debf54bdfa9f863aff70063b4d58 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:28:43 -0500 Subject: [PATCH] chore: Choose to commit Manifest.toml This is a data analysis project. We want it to be as reproducible as possible. Choose to commit the Manifest so we get the same packages each time. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c4c611f..78d6fee 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,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