Skip to content

Commit 3054736

Browse files
Beta release v0.2 dev container and gitignore
1 parent 7e3dd34 commit 3054736

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Sets the run context to one level up instead of the .devcontainer folder.
77
"context": "..",
88
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
9-
"dockerfile": "../Dockerfile"
9+
"dockerfile": "../dev.Dockerfile"
1010
},
1111

1212
// Features to add to the dev container. More info: https://containers.dev/features.

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,7 @@ cython_debug/
169169
.DS_Store
170170

171171
# WSL stuff
172-
*:Zone.Identifier
172+
*:Zone.Identifier
173+
174+
/.quarto/
175+
.Rhistory

0 commit comments

Comments
 (0)