Skip to content

Commit

Permalink
Merge pull request #2 from kiante-fernandez/mange_env
Browse files Browse the repository at this point in the history
Update .gitignore and add Project.toml to start env mangement
  • Loading branch information
DominiqueMakowski committed Jul 13, 2024
2 parents 44db119 + 8b48688 commit 5c79e5b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,5 @@ crashlytics-build.properties
Assets/scraps.cs
Assets/scraps.cs.meta

content/_book
content/_book
Manifest.toml
10 changes: 10 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
QuartoNotebookRunner = "4c0109c6-14e9-4c88-93f0-2b974d3468f4"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
1 change: 1 addition & 0 deletions content/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.quarto/
5 changes: 3 additions & 2 deletions content/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ execute:
execute: true
# cache: false
# freeze: false
# engine: julia
# jupyter: julia-1.10
engine: julia
julia:
exeflags: ["--project=@."]

0 comments on commit 5c79e5b

Please sign in to comment.