We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730ac70 commit 1fabe22Copy full SHA for 1fabe22
.devcontainer/Dockerfile
@@ -14,4 +14,5 @@ WORKDIR /home/node
14
RUN mkdir -p .config/git \
15
&& echo ".vscode/*" >> .config/git/ignore \
16
&& echo "*.code-workspace" >> .config/git/ignore \
17
- && echo ".history/" >> .config/git/ignore
+ && echo ".history/" >> .config/git/ignore
18
+
0 commit comments