update git ignore
This commit is contained in:
parent
74fb952880
commit
24022893ba
2 changed files with 8 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -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
|
||||
Manifest.toml
|
||||
.vscode/settings.json
|
||||
|
||||
# dont share data folder as files are quite large and can be recreated on each machine
|
||||
data/
|
||||
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
[deps]
|
||||
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
|
||||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
|
||||
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
|
||||
|
|
Loading…
Reference in a new issue