From 24022893bab1dddb10bb13013a03ac00bb5a0302 Mon Sep 17 00:00:00 2001 From: Kyle Belanger Date: Wed, 31 Jul 2024 08:40:46 -0400 Subject: [PATCH] update git ignore --- .gitignore | 7 ++++++- Project.toml | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 21caefb..cdb4ff5 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,9 @@ 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 \ No newline at end of file +Manifest.toml +.vscode/settings.json + +# dont share data folder as files are quite large and can be recreated on each machine +data/ + diff --git a/Project.toml b/Project.toml index 5c876e1..9c9938b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,2 +1,4 @@ [deps] +CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" +Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"