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 c50a9a4 commit 4487526Copy full SHA for 4487526
.devcontainer/.env
@@ -0,0 +1,2 @@
1
+CONTAINER_USER=node
2
+CONTAINER_HOME=/home/node
.gitignore
@@ -1,8 +1,5 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
3
-# devcontainer
4
-!.devcontainer/.env
5
-
6
# dependencies
7
.pnpm-store/*
8
/node_modules
@@ -45,5 +42,5 @@ yarn-error.log*
45
42
*.tsbuildinfo
46
43
next-env.d.ts
47
44
48
-# tmux
49
-tmux*
+# devcontainer
+!.devcontainer/.env
0 commit comments