We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1fcff commit d4f0fe2Copy full SHA for d4f0fe2
1 file changed
‎.gitignore‎
@@ -31,6 +31,8 @@ JuliaLocalPreferences.toml
31
32
/.quarto/
33
.vscode/settings.json
34
+
35
+# MacOS nonsense
36
.DS_Store
37
38
# R
@@ -42,3 +44,17 @@ code/.Rhistory
42
44
code/scrap.jl
43
45
46
**/*.quarto_ipynb
47
48
49
+# quarto
50
+.ipynb_checkpoints
51
+*/.ipynb_checkpoints/*
52
53
+docs/
54
55
+/.quarto/
56
57
+/agujournal2019.cls
58
+/trackchanges.sty
59
60
+/.luarc.json
0 commit comments