update git ignore

This commit is contained in:
Kyle Belanger 2024-07-31 08:40:46 -04:00
parent 74fb952880
commit 24022893ba
2 changed files with 8 additions and 1 deletions

5
.gitignore vendored
View file

@ -22,3 +22,8 @@ docs/site/
# committed for packages, but should be committed for applications that require a static # committed for packages, but should be committed for applications that require a static
# environment. # environment.
Manifest.toml Manifest.toml
.vscode/settings.json
# dont share data folder as files are quite large and can be recreated on each machine
data/

View file

@ -1,2 +1,4 @@
[deps] [deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"